{% include 'patterns/organisms/layout/navbar.html' %}
{% include 'patterns/molecules/header/simple_header.html' with simple_header_title='Rezortnà týmy' %}
{% for section in sections %}
{% if section.header %}
{{ section.header }}
{% endif %}
{% include 'patterns/organisms/cards/card_list.html' with cards=section.cards %}
{% endfor %}
{% include 'patterns/organisms/layout/footer.html' %}