Created
February 15, 2015 11:38
-
-
Save rndD/ce23f985e1a588713cc7 to your computer and use it in GitHub Desktop.
parenthelper meteor example
This file contains 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
{{deck}} | |
{{#each cards}} | |
{{#each brothers}} | |
{{> tmpl bro=this card=parentHelper deck=parentHelper.parentHelper.deck}} | |
{{/each}} | |
{{/each}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment