Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created November 14, 2012 01:46
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 planetoftheweb/4069718 to your computer and use it in GitHub Desktop.
Save planetoftheweb/4069718 to your computer and use it in GitHub Desktop.
Mustache.js Sample Template
<script id="speakers-template" type="text/template">
{{#speakers}}
<li>{{title}}</li>
{{/speakers}}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment