summaryrefslogtreecommitdiff
path: root/src/templating/test5/must2
diff options
context:
space:
mode:
Diffstat (limited to 'src/templating/test5/must2')
-rw-r--r--src/templating/test5/must214
1 files changed, 14 insertions, 0 deletions
diff --git a/src/templating/test5/must2 b/src/templating/test5/must2
new file mode 100644
index 000000000..d4a1d3783
--- /dev/null
+++ b/src/templating/test5/must2
@@ -0,0 +1,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