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