blob: 255cbad0b3263f2045269a30fa65b66a65b82215 [file] [log] [blame]
{% load mustache %}
{% load straight_include %}
<script src="{{ STATIC_URL }}/js/vendor/underscore-min.js"></script>
<script src="{{ STATIC_URL }}/js/vendor/backbone-min.js"></script>
<script src="{{ STATIC_URL }}/js/vendor/ICanHaz.min.js"></script>
<script src="{{ STATIC_URL }}/js/xoslib/xos-backbone.js"></script>
<script src="{{ STATIC_URL }}/js/sliverListTest.js"></script>
<script type="text/html" id="sliverTemplate">
{% straight_include "mustache/sliverTemplate.mustache" %}
</script>
<script type="text/html" id="listApp">
{% straight_include "mustache/listApp.mustache" %}
</script>
<script type="text/html" id="detailApp">
{% straight_include "mustache/detailApp.mustache" %}
</script>
<div id="app">
{% mustache "mustache/listApp" %}
</div>