X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fbase.html;fp=ui%2Ftemplates%2Fbase.html;h=d11babfeca6578c827180a74e9adb9432f6a8b9c;hb=04cb74ce02214694d967c9927f75fd684d3797ea;hp=a79c6b494b1735d21af481cbcb843367fd23f3f9;hpb=550fb69fd118f544fb7eb7faa8345654af28a427;p=unfold.git diff --git a/ui/templates/base.html b/ui/templates/base.html index a79c6b49..d11babfe 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -1,6 +1,6 @@ {# This is required by insert_above #}{% insert_handler %} -MySlice - {{ title }} +MySlice - {{ section }} {# This is where insert_str will end up #}{% media_container prelude %} @@ -21,19 +21,18 @@ {% insert_str prelude "js/mustache.js" %} {% insert_str prelude "js/plugin.js" %} {% insert_str prelude "js/manifold.js" %} -{% insert_str prelude "js/topmenu.js" %} -{% insert_str prelude "css/layout-unfold.css" %} {% insert_str prelude "css/manifold.css" %} {% insert_str prelude "css/plugin.css" %} - + {% block container %} {% block topmenu %} {% include theme|add:"__widget-topmenu.html" %} {% endblock topmenu %} -{% include 'messages-transient.html' %} - {% block base_content%}{% endblock %} + {% include 'messages-transient.html' %} + {% block base_content %} + {% endblock %} {% endblock container %}