{% extends base %} {% block preamble %} {% endblock %} {% block contents %}
{% if nav %} {% endif %}
× {% for doc in docs %} {% for root in doc.roots %} {% if "modal" in root.tags %} {{ embed(root) | indent(10) }} {% endif %} {% endfor %} {% endfor %}
{{ embed(roots.js_area) }} {{ embed(roots.location) }} {% endblock %}