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