Last active
August 29, 2015 14:22
-
-
Save amy/3f265864ec3ba68ecd4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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