Files
Mustache/examples/grand_parent_context/grand_parent_context.mustache
T

11 lines
183 B
Plaintext

{{grand_parent_id}}
{{#parent_contexts}}
{{grand_parent_id}}
{{parent_id}}
{{#child_contexts}}
{{grand_parent_id}}
{{parent_id}}
{{child_id}}
{{/child_contexts}}
{{/parent_contexts}}