{% 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 %}{% endif %} {% endblock %} {% block postamble %} {% for css in template_resources['css'].values() %} {% endfor %} {% for src in template_resources['extra_css'] %} {% endfor %} {% for raw_css in template_resources['raw_css'] %} {% endfor %} {% if style.font_url %} {% endif %} {% for src in template_resources['js'].values() %} {% endfor %} {% for src in template_resources['js_modules'].values() %} {% endfor %} {% endblock %} {% block contents %}
{% if nav or sidebar_footer %} {% endif %}
{% if main_max_width %}
{% endif %}
{% if main_max_width %}
{% endif %}
{{ embed(roots.js_area) }} {{ embed(roots.actions) }} {{ embed(roots.location) }} {% if notifications %} {{ embed(roots.notifications) }} {% endif %} {% endblock %}