Skip to content

Instantly share code, notes, and snippets.

@mplatts
Last active April 10, 2016 20:33
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/1f3738ad466a27d84e6b to your computer and use it in GitHub Desktop.
Save mplatts/1f3738ad466a27d84e6b to your computer and use it in GitHub Desktop.
templates2 - 3
# client/views/games.coffee
Template.games.helpers
games: -> Games.find()
<head>
<title>Foosboom</title>
</head>
<body>
<h1>Foosboom</h1>
{{> teams}}
{{> games}}
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment