Ads attribute with name and calculated value to direct ancestor tag. Value is trimmed before adding.
name [string] - name of the attribute to alter
<div>
<vte:attribute name="style">
<vte:if test="{index} != 1">display:none;</vte:if>
</vte:attribute>
</div>