blob: 5a6a243f23a6f3558ab9cc9f300dc539077c788c [file] [log] [blame]
${n + 1}
<#-- Instead of JSTL: -->
<#if t>
True
</#if>
<#if n == 123>
Do this
<#else>
Do that
</#if>
<#list ls as i>
- ${i}
</#list>
[${" foo "?trim}]