summaryrefslogtreecommitdiff
path: root/src/templating/test5/must2
blob: d4a1d3783e1eb6158d1faf2c53d54efa77325c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
must2 == BEGIN
Hello {{name}}
You have just won {{value}} dollars!
{{#in_ca}}
Well, {{taxed_value}} dollars, after taxes.
{{/in_ca}}
Shown.
{{#person}}
  Never shown!
{{/person}}
{{^person}}
  No person
{{/person}}
must2 == END