{% for section in sections %} {% if section.header %}

{{ section.header }}

{% endif %} {% include 'patterns/organisms/cards/card_list.html' with cards=section.cards %} {% endfor %}