{% for childpage in page.featured_section_2.specific.children|slice:"3" %}
{% include "includes/card/location-card.html" with page=childpage %}
{% endfor %}
{% endif %}
{% if page.featured_section_3 %}
{{ page.featured_section_3_title }}
{% for childpage in page.featured_section_3.specific.children|slice:"6" %}
{% include "includes/card/picture-card.html" with page=childpage portrait=True %}
{% endfor %}