mstch/test/data/recursion_with_same_names.mustache
Daniel Sipka eb98985815 import
2015-04-09 20:41:27 +02:00

7 lines
75 B
Text

{{ name }}
{{ description }}
{{#terms}}
{{name}}
{{index}}
{{/terms}}