Created
May 17, 2017 17:34
-
-
Save gkspranger/28364ad085f763887d72d7fc8c8a800b 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
{{!-- | |
# these are comments .. they will not be displayed | |
# i often put what the object looks like in here so i don't forget | |
{ | |
line1: ..., | |
arr1: [...], | |
obj1: { | |
obj: ... | |
} | |
} | |
--}} | |
Line 1: {{line1}} | |
{{#each arr1}} | |
Item {{@index}}: {{this}} | |
{{/each}} | |
My object inside an object: {{obj1.obj}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment