{% if self.section %}

{{ self.title }}

    {% for child in self.section.specific.children|slice:"3" %}
  • {% include "includes/card/listing-card.html" with page=child %}
  • {% endfor %}
View more of our {{ self.title }} {% include "includes/chevron-icon.html" with class="featured-cards__chevron-icon" %} {% endif %}