Skip to content

Instantly share code, notes, and snippets.

@goloroden
Created March 15, 2012 21:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save goloroden/2047079 to your computer and use it in GitHub Desktop.
Save goloroden/2047079 to your computer and use it in GitHub Desktop.
script(id='BoardListTemplate', type='text/x-jQuery-tmpl')
| <p>${Title}</p>
| <ul id="${Id}" class="IterationBoardList">
| <li class="AddNewItem">Add new Item</li>
| {{tmpl(Items) "#BoardListItemTemplate"}}
| </ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment