summaryrefslogtreecommitdiff
path: root/cpan/dist/HTML-Template/templates/if.tmpl
blob: 69bbb48f35598ff11034b0cf9fe45a7840690aad (plain)
1
2
3
4
5
6
7
This is a line outside the if.
<TMPL_IF BOOL>
INSIDE the if
</TMPL_IF>
<TMPL_UNLESS BOOL>
unless
</tmpl_unless>