mstch/test/data/nesting.mustache

6 lines
46 B
Plaintext
Raw Normal View History

2015-04-10 02:41:27 +08:00
{{#foo}}
{{#a}}
{{b}}
{{/a}}
{{/foo}}