always embed jquery and bootstrap for now
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 30 Nov 2012 17:50:47 +0000 (18:50 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 30 Nov 2012 17:50:47 +0000 (18:50 +0100)
myslice/templates/myslice.html

index 1a49a39..bfc7e23 100644 (file)
@@ -5,6 +5,8 @@
 <title> MySlice - slice page with python var foo = {{ foo|default:"foo is undefined"}} </title>
 {# This is where insert_str will end up #}
 {% media_container prelude %}
+{% insert_str prelude "jquery/jquery.js" %}
+{% insert_str prelude "bootstrap/css/bootstrap.css" %}
 <script type="text/javascript">
 {# In case we need to add raw js code #}
 {% container raw_js %}