{% load static %}

Contact

{{ contact.desc }}

Our Address

{% autoescape off%}

{{ contact.address }}

{% endautoescape %}

Email Us

{% autoescape off %}

{{ contact.email }}

{% endautoescape %}

Call Us

{% autoescape off %}

{{ contact.phone }}

{% endautoescape %}
{% csrf_token %}
{{ form.name }}
{{ form.email }}
{{ form.company }}
{{ form.message }}
{% if post_message %} {% endif %}