From 70d2f308c04d5017ac2326b0ae4d4180419eeb4e Mon Sep 17 00:00:00 2001 From: Josh Stephens Date: Thu, 5 Jul 2018 20:40:48 -0500 Subject: [PATCH] Updated index.html to now include an intro section. --- templates/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1a504c4..64bd8fe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -40,6 +40,13 @@ {% endblock header %} {% block content %} + {% if INTRO_CONTENT %} +
+
+ {{ INTRO_CONTENT }} +
+
+ {% endif %} {% for article in articles_page.object_list %}
@@ -69,5 +76,4 @@ {% endfor %} {% include "pagination.html" %} -{% endblock content %} - +{% endblock content %} \ No newline at end of file