{% extends 'base.html' %} {% block title %}Обратная связь{% endblock title %} {% block content %}

Связаться с нами Вы можете через форму ниже:

{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock content %}