X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=views%2Ftemplates%2Flayout-unfold2.html;h=1d092c2187e74e069fe694741651ad8f66ca01fa;hb=b3b56e8d306ce13207c1cf243ebe84cba29a87d3;hp=75c30876b0c281838c9a680b4ff4a6f70d13088b;hpb=45273da0859095cd4e7565f7ea0fc1496ef2f2de;p=unfold.git diff --git a/views/templates/layout-unfold2.html b/views/templates/layout-unfold2.html index 75c30876..1d092c21 100644 --- a/views/templates/layout-unfold2.html +++ b/views/templates/layout-unfold2.html @@ -1,35 +1,14 @@ -{# This is required by insert_above #}{% insert_handler %} - - MySlice - {{ title }} - -{# This is where insert_str will end up #}{% media_container prelude %} - - -{{ header_prelude }} -{# let's add these ones no matter what #} -{% insert_str prelude "css/layout-unfold2.css" %} -{% insert_str prelude "js/jquery.js" %} -{% insert_str prelude "js/init-all-plugins.js" %} - -{% block container %} -
- {% block topmenu %} - {% include 'widget-topmenu.html' %} - {% endblock topmenu %} -
-
-
+{% extends "base.html" %} + +{% block base_content %} +
{% block unfold2_main %} "The main content area (define block 'unfold2_main')" {% endblock unfold2_main %} -
-
+
+
{% block unfold2_margin %} "The related content area (define block 'related_main')" {% endblock unfold2_margin %} -
-
-
-{% endblock container %} - - +
+{% endblock %}