blob: 5349852058bef0767d3772e96fb53dac6cc74d3b [file] [log] [blame]
<#assign xs = []>
<#list x as xs>
${x}
</#list>
<#assign a = 1>
<#assign b = 1>
<@b>
x
</@b>
<@c />
<@d></@d>
a
<#-- comment -->
b