Skip to content

Instantly share code, notes, and snippets.

@markprovan
Forked from jonbca/example.html
Last active December 16, 2015 21:58
Show Gist options
  • Save markprovan/5503162 to your computer and use it in GitHub Desktop.
Save markprovan/5503162 to your computer and use it in GitHub Desktop.
<table>
<thead><tr><th>foo</th></tr></thead>
<tbody>
{{#each item in controller}}
<tr><td>{{item.name}}</td></tr>
{{else}}
<tr><td>You have no documents. How about you {{#linkTo create}}create one now{{/link}}?</td></tr>
{{/each}}
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment