Skip to content

Instantly share code, notes, and snippets.

@amy
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save amy/3f265864ec3ba68ecd4b to your computer and use it in GitHub Desktop.

Select an option

Save amy/3f265864ec3ba68ecd4b to your computer and use it in GitHub Desktop.
in php. Somehow set variables 1, 2, and 3.
then, launch mustache template
---------------------------
Things is a list
{{#things}}
{{#trait}}
{{#variable1}}Launches another template{{/variable1}}
{{#variable2}}Launches another template{{/variable2}}
{{#variable2}}Launches another template{{variable2}}
{{/trait}}
{{/things}}
problem: you can only set variables once in the preceding php code that launches the first template.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment