{% extends base %} {% block preamble %} {% endblock %} {% block contents %}
{% if app_logo %} {% endif %} {{ app_title }}
{% for doc in docs %} {% for root in doc.roots %} {% if "header" in root.tags %} {{ embed(root) }} {% endif %} {% endfor %} {% endfor %}
{% if busy %}
{{ embed(roots.busy_indicator) | indent(6) }}
{% endif %}
× {% for doc in docs %} {% for root in doc.roots %} {% if "modal" in root.tags %} {{ embed(root) | indent(6) }} {% endif %} {% endfor %} {% endfor %}
{{ embed(roots.js_area) }} {{ embed(roots.location) }} {% endblock %}