×
{% for doc in docs %}
{% for root in doc.roots %}
{% if "modal" in root.tags %}
{{ embed(root) | indent(6) }}
{% endif %}
{% endfor %}
{% endfor %}
{% extends base %}
{% block preamble %}
{% if app_favicon %}{% endif %}
{% if manifest %}{% endif %}
{% if meta_name %}{% endif %}
{% if meta_description %}{% endif %}
{% if meta_keywords %}{% endif %}
{% if meta_author %}{% endif %}
{% if meta_refresh %}{% endif %}
{% if meta_viewport %}{% endif %}
{% if base_url and base_target %}
{% if app_logo %}
{% endif %}
{% if site_title %}{{ site_title }}{% endif %}
{% if site_title and app_title%}-{% endif %}
{% if app_title %}{{ app_title }}{% endif %}
{{ embed(roots.busy_indicator) | indent(6) }}
{% endif %}
{{ layouts }}
{{ embed(roots.js_area) }} {{ embed(roots.actions) }} {{ embed(roots.location) }} {% if notifications %} {{ embed(roots.notifications) }} {% endif %} {% if browser_info %} {{ embed(roots.browser_info) }} {% endif %} {% endblock %}