{% extends 'zenblog/index.html' %} {% block content %} Contact us Address {{ basic_info.addr }} Phone Number {{ basic_info.phone }} Email {{ basic_info.consult_email }} {% csrf_token %} {{ form.name }} {{ form.email }} {{ form.subject }} {{ form.message }} {% if post_message %} {{ post_message }} {% endif %} Send Message {% endblock content %}
{{ basic_info.phone }}
{{ basic_info.consult_email }}