TwitchBot/node_modules/mustache/test/_files/grandparent_context.mustache
Steve Saldivar ec2e35c117 commit
2013-05-07 14:03:51 -07:00

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}}