Solved
Add attribute in Parsys Div
I want to add one extra attribute in AEM generated divs
Eg: Normally I get as below
<div class="parbase component section"></div>
I want to add an attribute like
<div class="parbase component section" newattribute> </div>