{% include 'patterns/organisms/layout/navbar.html' with selected_item='Kdo jsme' %}
{% include 'patterns/organisms/header/simple_header.html' with title='Týmy' %}
{% 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 %}
{% include 'patterns/organisms/layout/footer.html' %}