{% extends "base.html" %} {% load wagtailimages_tags core_tags el_pagination_tags %} {% block content %} {% load_child_sections_for_section self as sections %} {#{% include "patterns/components/section-page/sp_variations/base-section_teaser-listing.html" %}#} {#{% include "patterns/basics/banners/sp_variations/section-banner.html" %}#}
{% load_child_articles_for_section self count=0 as articles %} {% paginate 12 articles %} {% get_tags_for_section self as tags %} {% include "patterns/components/article-teasers/sp_variations/base-teaser-listing.html" with section=self articles=articles|slice:"0:4"%} {% include "patterns/components/article-teasers/sp_variations/carousel-teaser-listing.html" with tag=tags.0.0 tag_articles=tags.0.1%} {% include "patterns/components/article-teasers/sp_variations/base-teaser-listing.html" with section=self articles=articles|slice:"4:8"%} {% include "patterns/components/article-teasers/sp_variations/carousel-teaser-listing.html" with tag=tags.1.0 tag_articles=tags.1.1%} {% include "patterns/components/article-teasers/sp_variations/base-teaser-listing.html" with section=self articles=articles|slice:"8:12"%} {% get_pages %} {% if pages.next %} {% endif %} {% endblock %}