{% extends 'layout.html' %} {% load static %} {% load crispy_forms_tags %} {% block layout %} {% include 'partials/nav.html' %}
{% for message in messages %} {% if message.tags == 'error' %} {% else %} {% endif %} {% endfor %}
{% block content %}{% endblock %}
{% include 'partials/footer.html' %} {% endblock %}