{% load staticfiles %}

Contact Form

{% csrf_token %} {% for field in data.contact_form %}
{{ field }} {{ field.errors }}
{% endfor %}