X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=templates%2Flayout-myslice.html;h=7b73d63730bdf0d27eee01b2c3ecd2e811ac8da5;hb=f050e587f6537163f83735236b0dacb6672e1e0f;hp=679e7465f01ac1a2077fea7a8481a1ef49273525;hpb=0bfd116596c1dc91f739b53cf3f469c94e8994a7;p=unfold.git diff --git a/templates/layout-myslice.html b/templates/layout-myslice.html index 679e7465..7b73d637 100644 --- a/templates/layout-myslice.html +++ b/templates/layout-myslice.html @@ -1,37 +1,23 @@ -{# This is required by insert_above #} -{% insert_handler %} +{# This is required by insert_above #}{% insert_handler %} MySlice - {{ title }} -{# This is where insert_str will end up #} -{% media_container prelude %} - - +{# This is where insert_str will end up #}{% media_container prelude %} + + {{ header_prelude }} - - -{# let's add these ones no matter what #} +{# let's add these ones no matter what #} {% insert_str prelude "jquery/js/jquery.js" %} -{% insert_str prelude "js/plugin.js" %} +{% insert prelude_js %} "jQuery.noConflict();" {% endinsert %} +{% insert_str prelude "js/plugin_init.js" %} {% insert_str prelude "css/myslice.css" %} - - {% block container %}
- - {% block topmenu %} {% include 'widget-topmenu.html' %} {% endblock topmenu %} -
@@ -39,7 +25,6 @@ "The main content area (define block 'content_main')" {% endblock content_main %}
-
{% endblock container %} -