aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/define.html
blob: 4e6d0ee793af0d84d3b0bfd8f006250a9b23bf7c (plain)
1
2
3
4
5
6
7
8
9
<!-- DEFINE $VALUE = 'xyz' -->
{$VALUE}
<!-- DEFINE $VALUE = 'abc' -->
{$VALUE}
<!-- INCLUDE define_include.html -->
{$INCLUDED_VALUE}
{$VALUE}
<!-- UNDEFINE $VALUE -->
{$VALUE}