{% import "macros/flash.html" as mac_flash %} {% extends "pages/skeleton.html" %} {% block head_styles %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock head_styles %} {% block body_content %} {{ super() -}} {% include "components/header.html" +%}
{% filter indent(width=8, first=True) %} {% include "components/sidebar.html" %} {% endfilter +%}
{% block main_title %}
{% if title %}

{{ title }}

{% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %}
{% block main_toolbar %} {% endblock main_toolbar %}
{% endblock main_title %} {% filter indent(width=12, first=True) %} {% block main_content %} {% endblock main_content %} {% endfilter %}
{{- mac_flash.display_messages() }}
{% endblock body_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}