{# 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" %} {# let's add this one no matter what #} {% insert_str prelude "css/myslice.css" %} {% insert_str prelude "css/miscell.css" %} {% block container %}
{% block content_main %} "The main content area (set block 'content_main')" {% endblock content_main %}
{% endblock container %}