{% extends 'front/base.html' %} {% load static %} {% block title %} {{seo.meta_title}} - {{seo.meta_description}} {% endblock title %} {% block title1 %} {{seo.meta_title}} - {{seo_settings.meta_title}} {% endblock title1 %} {% block title2 %} {{seo.meta_title}} - {{seo_settings.meta_title}} {% endblock title2 %} {% block content %}
Get in touch
{% if settings.address %}

Location

{{settings.address}}, {% if settings.city %}{{settings.city}}-{% endif %}{% if settings.postal %}{{settings.postal}},{% endif %} {% if settings.state %}{{settings.state}},{% endif %} {% if settings.country %}{{settings.country}}{% endif %}

{% endif %} {% if settings.phone %} {% endif %} {% if settings.email_address %} {% endif %}

Have Any Questions

{% csrf_token %}
{% endblock %}