{# 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 "jquery/js/jquery.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 %}
{% block content_main %} "The main content area (define block 'content_main')" {% endblock content_main %}
{% endblock container %}