{% block styles %} {% endblock %}
{% include "components/aside.html" %} {% include "components/header.html" %}
{{ subtitle or '' }}
{{ (model and model.__name__) or title or '' }}
{% include "components/global_actions.html" %}
{% block body %} {% endblock %}
{% include "components/footer.html" %}
{% block scripts %} {% endblock %}