Skip to content

Instantly share code, notes, and snippets.

@giancorzo
Created May 3, 2017 22:40
Show Gist options
  • Save giancorzo/eb291640ae7820646d332a957d533d5d to your computer and use it in GitHub Desktop.
Save giancorzo/eb291640ae7820646d332a957d533d5d to your computer and use it in GitHub Desktop.
<script id="myTemplate" type="text/x-handlebars-template">
<h1>{{title}}</h1>
<ul>
{{#names}}
<li>{{name}}</li>
{{/names}}
</ul>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment