{% if title %}
{{ title }}
{% endif %} {% if subtitle %}{{ subtitle }}
{% endif %}
{% block main_toolbar %}
{% endblock main_toolbar %}
{% 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" +%}