Skip to content

Instantly share code, notes, and snippets.

@colinmegill
Created April 17, 2013 16:19
Show Gist options
  • Save colinmegill/5405623 to your computer and use it in GitHub Desktop.
Save colinmegill/5405623 to your computer and use it in GitHub Desktop.
This is an example each block
{{#each models}}<!-- the each block iterates like a foreach block over the given context models -->
<div>
{{this.attributes.name}}<!--this refers to the current model in the array models -->
</div>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment