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