Skip to content

Instantly share code, notes, and snippets.

@eob
Last active August 9, 2016 19:15
Show Gist options
  • Save eob/b1c0fff8b6880df79960d1c64eb3ef90 to your computer and use it in GitHub Desktop.
Save eob/b1c0fff8b6880df79960d1c64eb3ef90 to your computer and use it in GitHub Desktop.
belongs_to.handlebars
{{#each Teams}}
<h2>{{Name}} Roster:</h2>
<ul>
{{#each Players}}
<li>{{Name}}</li>
{{/each}}
</ul>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment