S Ahmed
2012-08-05 16:42:21 UTC
If I am looping through items, how can I do a 'continue' like:
<#list options as option>
if option.name == "abc"
continue
</#list>
Is this possible?
<#list options as option>
if option.name == "abc"
continue
</#list>
Is this possible?