Skip to content

Instantly share code, notes, and snippets.

@aroman
Created January 4, 2014 06:09
Show Gist options
  • Save aroman/8252270 to your computer and use it in GitHub Desktop.
Save aroman/8252270 to your computer and use it in GitHub Desktop.
<template name="quadList">
<h3>Quads:</h3>
<ul>
{{#each quads}}
{{> quad}}
{{/each}}
</ul>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment