{% block styles %} {% endblock %}
{% include "components/aside.html" %} {% include "components/header.html" %}
{% block body %} {% endblock %}
{% include "components/footer.html" %}
{% if model %} {% include "components/modal.html" %} {% endif %} {% block scripts %} {% endblock %}