{% extends 'website/templates/base.html' %} {% block current %} Contact Us {% endblock %} {% block content %}

Feel free to drop us a message regarding any of your queries.

{% if mailsent %}

Thank you for contacting us ! We will be reaching you out soon.

{% endif %}
{% csrf_token %}

{% endblock %}