Skip to content

Instantly share code, notes, and snippets.

@ThomasArdal
Last active December 24, 2015 07:19
Show Gist options
  • Save ThomasArdal/6763252 to your computer and use it in GitHub Desktop.
Save ThomasArdal/6763252 to your computer and use it in GitHub Desktop.
Basic example using Handlebars.js template engine.
<h1>Comments</h1>
<div id="comments">
{{#each comments}}
<h2><a href="/posts/#{{id}}">{{title}}</a></h2>
<div>{{body}}</div>
{{/each}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment