{% 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%}
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 %}