{% extends 'contact_form/contact_form.html' %} 

{#==============================================
Fill in the Title And Dateline Blocks
================================================#}

{%block title %}
Thank You
{%endblock%}


{% block dateline %}
Thanks for sharing your thoughts
{% endblock%}


{#==============================================
        Primary Content
================================================#}

{%block primary%}

<p>Thanks for sharing your thoughts, I will make an effort to respond promptly</p>

{% endblock %}