{% extends base %} {% block contents %}
{% if nav %} {% endif %}
{% for doc in docs %} {% for root in doc.roots %} {% if "main" in root.tags %} {{ embed(root) | indent(4) }} {% endif %} {% endfor %} {% endfor %}
× {% 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 %}