{% extends base %} {% block preamble %} {% endblock %} {% block contents %} {% if nav %} menu {% endif %} {{ app_title }} {% for doc in docs %} {% for root in doc.roots %} {% if "header" in root.tags %} {{ embed(root) | indent(8) }} {% endif %} {% endfor %} {% endfor %} {% if busy %} {{ embed(roots.busy_indicator) | indent(6) }} {% endif %} {% if nav %} {% endif %}