From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456 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>
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>