Conditionally evaluate some part of the template.
<t:if test="${true}"> <p>always say hello</p> </t:if>