Skip to content

Instantly share code, notes, and snippets.

@arunoda
Created October 1, 2014 11:30
Show Gist options
  • Save arunoda/852f7607c246eaf83c7f to your computer and use it in GitHub Desktop.
Save arunoda/852f7607c246eaf83c7f to your computer and use it in GitHub Desktop.
<!-- client/posts.html -->
<template name="posts">
<ul>
{{#each getPosts category}}
<li>{{title}}</li>
{{/each}}
</ul>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment