Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created June 10, 2013 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfjedimaster/5746569 to your computer and use it in GitHub Desktop.
Save cfjedimaster/5746569 to your computer and use it in GitHub Desktop.
<h1>Hello World</h1>
{{#each articles}}
<p>
<a href="/article/{{_id}}">{{title}}</a> - {{dateHelper created_at}}
</p>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment