7a5b2d4f94ca6f52a478a86f25b24f9120ae415c
[plstackapi.git] / planetstack / core / xoslib / dashboards / sliverListTest.html
1 {% 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>
6 <script src="{{ STATIC_URL }}/js/xxbackbone-tastypie.js"></script>
7 <script src="{{ STATIC_URL }}/js/ICanHaz.min.js"></script>
8
9 <script src="{{ STATIC_URL }}/js/xos-backbone.js"></script>
10 <script src="{{ STATIC_URL }}/js/sliverListTest.js"></script>
11
12 <script type="text/html" id="sliverTemplate">
13   {% straight_include "mustache/sliverTemplate.mustache" %}
14 </script>
15
16 <script type="text/html" id="listApp">
17   {% straight_include "mustache/listApp.mustache" %}
18 </script>
19
20 <script type="text/html" id="detailApp">
21   {% straight_include "mustache/detailApp.mustache" %}
22 </script>
23
24 <div id="app">
25   {% mustache "mustache/listApp" %}
26 </div>