aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/define_advanced.html
blob: 83467a5b4b98892acb22bce544e2d1fe6f61c2ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- DEFINE $VALUE -->
abc
<!-- ENDDEFINE -->
{$VALUE}
<!-- DEFINE $VALUE1 -->
bcd
<!-- ENDDEFINE -->
<!-- DEFINE $VALUE2 -->
cde
<!-- ENDDEFINE -->
<!-- INCLUDE define_include2.html -->
{$INCLUDED_VALUE3}