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