{% block head %}{% endblock %}
{% include "components/navbar.html" %} {% if flash %}
{{ flash }}
{% endif %}
{% block content %}{% endblock %}
{% include "components/footer.html" %}