Skip to content

Instantly share code, notes, and snippets.

@rupurt
Created March 9, 2015 13:34
Show Gist options
  • Save rupurt/75ca4629f75f19621731 to your computer and use it in GitHub Desktop.
Save rupurt/75ca4629f75f19621731 to your computer and use it in GitHub Desktop.
New Handlebars block syntax
{{#each people as |person|}}
My name is: {{person.name}}
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment