The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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>