{% extends 'layout.html' %} {% load static %} {% block extra_css %} {% endblock %} {% block content %}
{% include 'partials/header.html' %}

Send us a message!

{% csrf_token %} {% include 'partials/messages.html' %} {% for field in form %}
{{ field.errors }} {{ field.label_tag }} {{ field }} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}
{% endfor %}
{% endblock %}