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

{{ section.header }}

{% endif %} {% include 'patterns/organisms/cards/card_list.html' with cards=section.cards description_classes='!bg-grey-100' date=None %} {% endfor %}