{% extends 'pagetree/base_pagetree.html' %} {% load render %} {% block js %} {% for pageblock in section.pageblock_set.all %} {% with block=pageblock %} {% renderjs pageblock %} {% endwith %} {% endfor %} {% endblock %} {% block css %} {% for pageblock in section.pageblock_set.all %} {% with block=pageblock %} {% rendercss pageblock %} {% endwith %} {% endfor %} {% endblock %} {% block bodyclass %}module-{{module.slug}}{% endblock %} {% block bodyid %}section-{{section.id}}{% endblock %} {% block title %}{{section.label}}{% endblock %} {% block pagetitle %}