mstch/test/data/recursion_with_same_names.mustache

8 lines
75 B
Text
Raw Permalink Normal View History

2015-04-09 18:41:27 +00:00
{{ name }}
{{ description }}
{{#terms}}
{{name}}
{{index}}
{{/terms}}