{% include 'patterns/organisms/layout/navbar.html' %}
{% include 'patterns/molecules/header/simple_header.html' with simple_header_title='Lidé v pirátské straně' %}
{% for content in people_candidates %}
{% include 'patterns/molecules/contact/contact_person_large_box.html' with person_big_name=content.name person_big_function=content.function %}
{% endfor %}
{% for content in people_program %}
{% include 'patterns/molecules/contact/contact_person_large_box.html' with person_big_name=content.name person_big_function=content.function %}
{% endfor %}
{% for content in people_other_1 %}
{% include 'patterns/molecules/contact/contact_person_large_box.html' with person_big_name=content.name person_big_function=content.function %}
{% endfor %}
{% for content in people_other_2 %}
{% include 'patterns/molecules/contact/contact_person_large_box.html' with person_big_name=content.name person_big_function=content.function %}
{% endfor %}
{% for section in teams_sections %}
{% if section.header %}
{{ section.header }}
{% endif %}
{% include 'patterns/organisms/cards/card_list.html' with cards=section.cards %}
{% endfor %}
{% include 'patterns/organisms/main_section/newsletter_section.html' %}
{% include 'patterns/organisms/layout/footer.html' %}