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