First pass on a sub-header functionality
diff --git a/templates/index.html b/templates/index.html
index e2e2be8..bf0e5d3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,4 +1,9 @@
 {% extends "base.html" %}
+
+{% block subheader %}
+{% include "modules/blogsubheader.html" %}
+{% endblock subheader %}
+
 {% block content %}
 {% for article in articles_page.object_list %}
 <article>