{% extends "base.html" %} {% block title %}Contact{% endblock title %} {% block body_class%}animated animated-text{% endblock %} {% block main %}
{% if submitted %} Thanks for your message {% else %}

Contact

{% csrf_token %}
{% endif %}
{% endblock %}