{% extends "base/base.html" %} {% block custom_css %} {% endblock %} {% block custom_js %} {% endblock %} {% block contents %}
{% if nav or sidebar_footer %} {% endif %}
{% if main_max_width %}
{% endif %} {% for doc in docs %} {% for root in doc.roots %} {% if "main" in root.tags %}
{% if main_layout %} {% else %}
{% endif %} {{ embed(root) | indent(4) }} {% if main_layout %} {% else %}
{% endif %}
{% endif %} {% endfor %} {% endfor %} {% if main_max_width %}
{% endif %}
{% block state_roots %} {{ super() }} {% endblock %} {% endblock %}