Skip to content

Instantly share code, notes, and snippets.

@fivetanley
Created March 12, 2012 20:15
Show Gist options
  • Save fivetanley/2024409 to your computer and use it in GitHub Desktop.
Save fivetanley/2024409 to your computer and use it in GitHub Desktop.
Mustache example
<h1>{{Obj.title}}</h1>
<table>
{{Collection.each}}
<tr><td>{{each.data}}</tr></td>
{{/Collection.each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment