Skip to content

Instantly share code, notes, and snippets.

@arunoda
Created October 1, 2014 11:30
Show Gist options
  • Save arunoda/ee8f48c471d082e2f994 to your computer and use it in GitHub Desktop.
Save arunoda/ee8f48c471d082e2f994 to your computer and use it in GitHub Desktop.
<!-- private/posts.html -->
<h1> Recent Posts by {{owner}} </h1>
<ul>
{{#each getPosts owner}}
<li>{{title}}</li>
{{/each}}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment