{% extends "coderedcms/pages/web_page.html" %} {% load wagtailcore_tags wagtailimages_tags coderedcms_tags %} {% block index_filters %}{% endblock %} {% block index_content %} {% if page.index_show_subpages %}
{% for article in index_paginated %} {% include article.miniview_template with page=article h="h2" miniview_css_class="mb-5" %} {% endfor %}
{% if page.index_classifiers.exists %}
{% include "coderedcms/includes/classifier_nav.html" with navclass="nav-pills flex-column" %}
{% endif %}
{% include "coderedcms/includes/pagination.html" with items=index_paginated %}
{% endif %} {% endblock %}