Skip to content

Instantly share code, notes, and snippets.

@colintoh
Last active August 29, 2015 14:12
Show Gist options
  • Save colintoh/424b8f637ed425cd583d to your computer and use it in GitHub Desktop.
Save colintoh/424b8f637ed425cd583d to your computer and use it in GitHub Desktop.
{{#each items}}
<li>
<span>{{title}}> </span> <span>{{author}}</span> <span>{{createdAt}}</span>
</li>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment