Skip to content

Instantly share code, notes, and snippets.

@thirdknife
Created November 13, 2013 12:19
Show Gist options
  • Save thirdknife/7448163 to your computer and use it in GitHub Desktop.
Save thirdknife/7448163 to your computer and use it in GitHub Desktop.
meteor template
<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