{% extends "base_interior.html" %} {% block title_start %}Contact - {% endblock %} {% block body_class %}contact{% endblock %} {% block content %}

Contact me

Get in touch with me for any inquiries you might have. This contact form is also a simple open-source Django package that you can find here: simple-django-contact

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