blob: 48badb6fd308b20e4c10b5f6ec248b0bf9c6894a [file] [log] [blame]
Scott Baker329d3622014-07-15 13:57:34 -07001<!-- /opt/planetstack/templates/admin/dashboard/helloworld.html -->
2<div>Hello, {{ user.firstname }} {{ user.lastname }}.</div>
3<div>This is the hello world view. The value of foobar is {{ foobar }}.</div>
4<div id="dynamicTableOfInterestingThings"></div>
5<p>Type a new description for the the first slice in the collection:</p>
6<input type="text" name="newDescription" id="newDescription">
7<input type="button" name="submitNewDescription" value="submit new description" id="submitNewDescription">
8
9<script src="{{ STATIC_URL }}/js/vendor/underscore-min.js"></script>
10<script src="{{ STATIC_URL }}/js/vendor/backbone.js"></script>
Scott Baker79a095e2014-11-11 17:35:39 -080011<script src="{{ STATIC_URL }}/js/xoslib/xos-defaults.js"></script>
Scott Baker329d3622014-07-15 13:57:34 -070012<script src="{{ STATIC_URL }}/js/xoslib/xos-backbone.js"></script>
13
14<script src="{{ STATIC_URL }}/js/helloworld.js"></script>