Skip to content

Instantly share code, notes, and snippets.

@sas1ni69
Last active August 29, 2015 14:12
Show Gist options
  • Save sas1ni69/baa87e67376b27b5edf8 to your computer and use it in GitHub Desktop.
Save sas1ni69/baa87e67376b27b5edf8 to your computer and use it in GitHub Desktop.
<template name="books">
<div class="container" id="books-container">
{{#each books}}
{{> book }}
{{/each}}
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment