{% extends 'base.html' %} {#============================================== Load up the various metadata add-ins ================================================#} {% block meta_description %} Contact, Get in touch with corriegreathouse.com.{%endblock%} {% block metatitle %} - Get in Touch{% endblock %} {% block metakeywords %}contact, get in touch, drop a line{%endblock%} {#============================================== Fill in the Title And Dateline Blocks ================================================#} {%block title %} Contact Me {%endblock%} {%block primary%}
{% for field in form %}
{{ field.label_tag }}
{{ field }}
{% if field.help_text %}
{{ field.help_text }}
{% endif %} {% if field.errors %}
{{ field.errors }}
{% endif %} {% endfor %}
{%endblock%}