Skip to content

Instantly share code, notes, and snippets.

@gkspranger
Created May 17, 2017 17:34
Show Gist options
  • Save gkspranger/28364ad085f763887d72d7fc8c8a800b to your computer and use it in GitHub Desktop.
Save gkspranger/28364ad085f763887d72d7fc8c8a800b to your computer and use it in GitHub Desktop.
{{!--
# 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