blob: 6f668eefc8fc5b969c36972f24972b00b7122e2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<div>
I'm so rich I have $$3.
$echo test$
$if(body)$
I have body
$else$
or no
$endif$
$if(unbound)$
should not be printed
$endif$
$if(body)$
should be printed
$endif$
$body$
</div>
|