{% block styles %} {% endblock %}
{% block body %} {% endblock %}
{% include "components/footer.html" %}
{% if request.scope['endpoint'].__name__ in ['index'] %} {% include "components/modal.html" %} {% endif %} {##} {% block scripts %} {% endblock %}