toplevel menus use pills for now - need alignment
[unfold.git] / myslice / templates / myslice.html
index 1a49a39..fc9d3c9 100644 (file)
@@ -5,13 +5,16 @@
 <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/js/bootstrap.js" %}
+{% insert_str prelude "bootstrap/css/bootstrap.css" %}
 <script type="text/javascript">
 {# In case we need to add raw js code #}
-{% container raw_js %}
+{% container prelude_js %}
 </script>
 <style type="text/css">
 {# In case we need to add raw css code #}
-{% container raw_css %}
+{% container prelude_css %}
 </style>
 </head>
 
@@ -27,6 +30,7 @@
     <div id='header'>
     {% block header %}
       {% include 'mymenu.html' %}
+      {% include 'logo.html' %}
     {% endblock header %}
     </div>