- {% block navbar %}
- {% if not request.path == "/accounts/signup/" and not request.path == "/accounts/login/" and not request.path == "/accounts/confirm-email/" %}
- {% include './_partials/_navbar.html' %}
- {% endif %}
- {% endblock navbar %}
-
+
-
+ {% block navbar %}
+ {% if not request.path == "/accounts/signup/" and not request.path == "/accounts/login/" and not request.path == "/accounts/confirm-email/" %}
+ {% include './_partials/_navbar.html' %}
+ {% endif %}
+ {% endblock navbar %}
+
+ {% block body %}
+
+ {% endblock body %}
- {% endblock body %}
+ {% block footer %}
+ {% if not request.path == "/accounts/signup/" and not request.path == "/accounts/login/" and not request.path == "/accounts/confirm-email/" %}
+ {% include './_partials/_footer.html' %}
+ {% endif %}
+ {% endblock footer %}
- {% block footer %}
- {% if not request.path == "/accounts/signup/" and not request.path == "/accounts/login/" and not request.path == "/accounts/confirm-email/" %}
- {% include './_partials/_footer.html' %}
- {% endif %}
- {% endblock footer %}
+
{% include '_partials/_messages.html' %}
-
- {% block body %}
+