{# This is required by insert_above #} {% insert_handler %} MySlice - slice page with python var foo = {{ foo|default:"foo is undefined"}} {# This is where insert_str will end up #} {% media_container prelude %} {% insert_str prelude "jquery/js/jquery.js" %} {% insert_str prelude "bootstrap/js/bootstrap.js" %} {% insert_str prelude "bootstrap/css/bootstrap.css" %} {% insert_str prelude "js/plugin.js" %} {# let's add this one no matter what #} {% insert_str prelude "css/myslice.css" %} {% block container %}
{% block topmenu %} {% include 'widget-topmenu.html' %} {% endblock topmenu %}
{% block content_main %} "The main content area (set block 'content_main')" {% endblock content_main %}
{% endblock container %}