Skip to content

Instantly share code, notes, and snippets.

@mplatts
Created November 18, 2014 05:44
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/8e407597bea5f56c4081 to your computer and use it in GitHub Desktop.
Save mplatts/8e407597bea5f56c4081 to your computer and use it in GitHub Desktop.
templates 5
# /client/views/teams.coffee
Template.teams.helpers
teams: [
{name: 'Team 1'}
{name: 'Team 2'}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment