Skip to content

Instantly share code, notes, and snippets.

@pixelhandler
Created September 25, 2013 06:16
Show Gist options
  • Select an option

  • Save pixelhandler/6695757 to your computer and use it in GitHub Desktop.

Select an option

Save pixelhandler/6695757 to your computer and use it in GitHub Desktop.
entries.handlebars template
<h1>Entries...</h1>
{{#each entry in controller}}
{{render "entry" entry}}
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment