Skip to content

Instantly share code, notes, and snippets.

@tuxracer
Forked from goloroden/gist:2047079
Created April 30, 2012 03:26
Show Gist options
  • Save tuxracer/2555210 to your computer and use it in GitHub Desktop.
Save tuxracer/2555210 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