Skip to content

Instantly share code, notes, and snippets.

@aroman
Last active January 2, 2016 04:39
Show Gist options
  • Save aroman/8252131 to your computer and use it in GitHub Desktop.
Save aroman/8252131 to your computer and use it in GitHub Desktop.
<template name="quad">
<li>{{name}}</li>
{{#isolate}}
<ul>
{{#each tasks}}
<li>{{body}}</li>
{{/each}}
</ul>
{{/isolate}}
<input type="text" class="add-task" placeholder="Add a new task...">
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment