Skip to content

Instantly share code, notes, and snippets.

@mplatts
Created November 18, 2014 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mplatts/cfa7f7d54733a7a2eca0 to your computer and use it in GitHub Desktop.
Save mplatts/cfa7f7d54733a7a2eca0 to your computer and use it in GitHub Desktop.
templates 7
<!-- /client/views/teams.html -->
<template name="teams">
<h3>Teams</h3>
<ul>
{{#each teams}}
<li>{{name}}</li>
{{/each}}
</ul>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment