{% extends 'base.html' %} {% block content %}
{% if sent %}

Thanks for getting in touch!

{% else %}
{{form}}
{% endif %}
{% endblock %} {% block end %} {% csrf_token %} {% endblock %}