{% 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 dateline %} Share your thoughts, ask a question, etc {% endblock%} {#============================================== Primary Content ================================================#} {%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%} {#============================================== Secondary Content ================================================#} {% block right %}

Thanks for visting luxagraf

If you've got a question, comment, or thought you'd like to share, I'd love to hear it. But keep in mind that I'm not the best correspondent, however, rest assured that I do read every email I get even if I don't always respond in a timely fashion.

{%endblock%} {#============================================== This page shows Photos in the bottom left column so we need to override the books block ==============================================#} {% block books %} {% endblock %} {% block photos %} {% endblock %}