mplatts
11/26/2014 - 2:07 AM

templates2 - 3

templates2 - 3

<head>
  <title>Foosboom</title>
</head>

<body>
  <h1>Foosboom</h1>
  {{> teams}}
  {{> games}}
</body>
# client/views/games.coffee

Template.games.helpers
  games: -> Games.find()