diff options
Diffstat (limited to 'lib/mstch/test/data/simple.mustache')
| -rw-r--r-- | lib/mstch/test/data/simple.mustache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mstch/test/data/simple.mustache b/lib/mstch/test/data/simple.mustache new file mode 100644 index 0000000..2fea632 --- /dev/null +++ b/lib/mstch/test/data/simple.mustache @@ -0,0 +1,5 @@ +Hello {{name}} +You have just won ${{value}}! +{{#in_ca}} +Well, ${{ taxed_value }}, after taxes. +{{/in_ca}} |
