Foo: <tmpl_var foo>
<!-- tmpl_if expr="foo > 11" -->
  Foo is greater than 11.
<tmpl_else>
  Foo is less than or equal to 11.
</tmpl_if>