Conditional IF tag, executes the enclosing block if a condition evaluates to true. If the condition evaluates to false, the enclosing block is skipped. May be followed by <else> or <elif>.
<if test="coffee==0"> <echo>Get more coffee</echo></if>
test
if
yes