{% extends "base.html"%} {% load static %} {% block title%} - Contact{% endblock title %} {% block content %}

Contact

{% if is_submitted %}

Thanks for your message. I will contact you as soon as possible.

{% endif %}
{% csrf_token %}
  • {{ form.user_name }}
  • {{ form.user_email }}
  • {{ form.user_message }}
  • {{ form.captcha }}
{% endblock content %}