From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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>