{% block title %} {% endblock %}
{% include "components/navbar.html" %} {% with alert=alert %} {% include "components/alert.html" %} {% endwith %} {% block content %} {% endblock %} {% block scripts %} {% endblock %} {% include "components/footer.html" %}