{% extends "base/base.html" %} {% block preamble %} {% block metadata %} {{ super() }} {% endblock %} {% 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 "modal" in root.tags %} {{ embed(root) | indent(10) }} {% endif %} {% endfor %} {% endfor %}
{% if main_max_width %}
{% endif %}
{% block state_roots %} {{ super() }} {% endblock %} {% endblock %}