{% load wagtailcore_tags wagtailimages_tags core_tags i18n %} {% load_child_sections_for_section section as subsections %} {% for subsection in subsections %}

{{subsection.title}}

{% load_descendant_articles_for_section subsection count=None featured_in_homepage=True as articles %} {% if articles %} {% trans "View More" %} {% endif %} {% endfor %}