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