blob: 61c54cf47c4ff9be35adf2f772809766ac0dc16c [file] [log] [blame]
Scott Baker1dd345e2014-07-07 17:06:07 -07001{% load mustache %}
2{% load straight_include %}
3
4<script src="{{ STATIC_URL }}/js/underscore-min.js"></script>
5<script src="{{ STATIC_URL }}/js/backbone-min.js"></script>
Scott Baker1dd345e2014-07-07 17:06:07 -07006<script src="{{ STATIC_URL }}/js/ICanHaz.min.js"></script>
7
8<script src="{{ STATIC_URL }}/js/xos-backbone.js"></script>
9<script src="{{ STATIC_URL }}/js/sliverListTest.js"></script>
10
11<script type="text/html" id="sliverTemplate">
12 {% straight_include "mustache/sliverTemplate.mustache" %}
13</script>
14
15<script type="text/html" id="listApp">
16 {% straight_include "mustache/listApp.mustache" %}
17</script>
18
19<script type="text/html" id="detailApp">
20 {% straight_include "mustache/detailApp.mustache" %}
21</script>
22
23<div id="app">
24 {% mustache "mustache/listApp" %}
25</div>