From 3ad917d8af71ec4f0dbf502814d8298e4e1e994e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 25 Nov 2016 21:59:56 +0000 Subject: [PATCH] pull in old index content --- templates/common/section_index_page.html | 28 +++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/templates/common/section_index_page.html b/templates/common/section_index_page.html index 60f75f0..9fb1cfc 100644 --- a/templates/common/section_index_page.html +++ b/templates/common/section_index_page.html @@ -5,7 +5,29 @@ {% block body_class %}template-indexpage{% endblock %} {% block content %} -

{{ page.title }}

- -
{{ page.intro|richtext }}
+
+
+
+
+

{{ page.name }}

+
+
+
+
+
+ {% if page.intro %} +
+
+ {{ page.intro|richtext }} +
+
+ {% endif %} + {% if not page.hide_list %} +
+
+
+
+
+
+ {% endif %} {% endblock %}