Created
November 18, 2014 05:45
-
-
Save mplatts/cfa7f7d54733a7a2eca0 to your computer and use it in GitHub Desktop.
templates 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- /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