Skip to content

Commit

Permalink
add collection template
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsulc committed Apr 13, 2012
1 parent 551d1da commit b6ef2a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Expand Up @@ -18,5 +18,15 @@
<body>
<div id="content">
</div>

<script type="text/template" id="angry_cats-template">
<thead>
<tr class='header'>
<th>Name</th>
</tr>
</thead>
<tbody>
</tbody>
</script>
</body>
</html>

0 comments on commit b6ef2a2

Please sign in to comment.