Skip to content

Instantly share code, notes, and snippets.

@trueadm
Created February 7, 2015 17:25
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 trueadm/1b0b90aad778b7a4333f to your computer and use it in GitHub Desktop.
Save trueadm/1b0b90aad778b7a4333f to your computer and use it in GitHub Desktop.
Potential Template Syntax
return Template`
<div id="grid">
${ $.for(each => items, as => item) }>
<div class="box-view">
<div class="box" id="${ text => 'box-' + item }">0</div>
</div>
${ $.endFor() }>
</div>
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment