{% extends "base/base.html" %} {% block custom_css %} {% endblock %} {% block contents %}
{% if app_logo %}{% endif %} {% if site_title %}{{ site_title }}{% endif %} {% if site_title and app_title%}-{% endif %} {% if app_title %}{{ app_title }}{% endif %}
{% 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 %}
{% block state_roots %} {{ super() }} {% endblock %} {% endblock %}