{% 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 %} Name {{ form.user_name }} Email {{ form.user_email }} Message {{ form.user_message }} Captcha {{ form.captcha }} Send message {% endblock content %}
Thanks for your message. I will contact you as soon as possible.