<#if elements >
</#if>
或者
<#if elements>
<#else>
例子:
<#if dog.weight == 30>
...
<#if dog.weight > cat.weight>