{% extends "base.html" %} {% block title %}Contact Us{% endblock title %} {% block content %}
{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{% csrf_token %}
Do you want to send me an email?
{% endblock content %}