Created
November 13, 2013 12:19
-
-
Save thirdknife/7448163 to your computer and use it in GitHub Desktop.
meteor template
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
<ul id="item-list"> | |
{{#each itinerary}} | |
<li>{{_id}}</li> | |
{{/each}} | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment