9633a2989d9911f9e4bf928249594b8193d7ac47
[myslice.git] / views / templates / layout-unfold1.html
1 {# This is required by insert_above #}{% insert_handler %}<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html lang="en"> <head>
3 <title> MySlice - {{ title }} </title>
4 <meta name="viewport" content="width=device-width, initial-scale=1.0">
5 {# This is where insert_str will end up #}{% media_container prelude %}
6 <script type="text/javascript"> {# raw js code - use {% insert prelude_js %} ... {% endinsert %} #} {% container prelude_js %}</script>
7 <style type="text/css">{# In case we need to add raw css code #}{% container prelude_css %}</style>
8 {{ header_prelude }}
9 {% block head %} {% endblock head %}
10 </head>{# let's add these ones no matter what #}
11 {# not yet needed {% insert_str prelude "css/layout-unfold1.css" %} #}
12 {% insert_str prelude "js/jquery.min.js" %}
13 {% insert_str prelude "js/jquery.html5storage.min.js" %}
14 {% insert_str prelude "js/messages-runtime.js" %}
15 {% insert_str prelude "js/plugin.js" %}
16 <body>
17 {% block container %}
18 <div id="container">
19   {% block topmenu %}
20   {% include 'widget-topmenu.html' %}
21   {% endblock topmenu %}
22 <div class="container-fluid">
23   <div class="row-fluid">
24     <div id="unfold1-main" class="span12 columns">
25       {% block unfold1_main %}
26       "The main content area (define block 'unfold1_main')"
27       {% endblock unfold1_main %}
28     </div><!--span12-->
29   </div><!--raw-fluid-->
30 </div><!--container-fluid-->
31 {% endblock container %}
32 </body>
33 </html>