Skip to content

Instantly share code, notes, and snippets.

View tuxracer's full-sized avatar
💭
Don't be afraid of new ideas. Be more afraid of old ones.

Derek Petersen tuxracer

💭
Don't be afraid of new ideas. Be more afraid of old ones.
View GitHub Profile
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>