{% extends "base_interior.html" %} {% block title_start %}Thanks for your email - {% endblock %} {% block body_class %}contact{% endblock %} {% block content %}

Thanks for reaching out to me!

I'll get back in touch with you as soon as possible.

Just curious
{% csrf_token %} {% for field in form %}
{{ field.errors }}
{{ field }}
{% endfor %}
{% endblock content %}