Last active
April 10, 2016 20:33
-
-
Save mplatts/1f3738ad466a27d84e6b to your computer and use it in GitHub Desktop.
templates2 - 3
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/games.coffee | |
Template.games.helpers | |
games: -> Games.find() |
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
<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