{% extends "base/base.html" %} {% block preamble %} {{ super() }} {% for src in template_resources['js'].values() %} {% endfor %} {% for src in template_resources['js_modules'].values() %} {% endfor %} {% endblock %} {% block postamble %} {% for css in template_resources['css'].values() %} {% endfor %} {% for raw_css in template_resources['raw_css'] %} {% endfor %} {% endblock %} {% block contents %}
{% if nav %} {% endif %}
{% if main_max_width %}
{% endif %} {% for doc in docs %} {% for root in doc.roots %} {% if "main" in root.tags %} {{ embed(root) | indent(6) }} {% endif %} {% endfor %} {% endfor %} {% if main_max_width %}
{% endif %}
{% block state_roots %} {{ super() }} {% endblock %} {% endblock %}