{% extends 'posts/new_base.html' %} {% load blog_tags %} {% block title %} Contact Us {% endblock %} {% block blog_content %}
Contact Us
{% csrf_token %}
{% for field in contact_form %}
{{ field }} {% if field.help_text %}

{{ field.help_text }}

{% endif %}
{% endfor %} {% if GOOGLE_CAPTCHA_SITE_KEY %}
{% endif %}

{% endblock %} {% block js_script %} {% if GOOGLE_CAPTCHA_SITE_KEY %} {% endif %} {% endblock %}