{% include 'patterns/organisms/layout/navbar.html' %} {% include 'patterns/molecules/header/simple_header.html' with simple_header_title='Program' %} {% include 'patterns/atoms/text/prose.html' with text=program_text %} {% for program in programs %} {{ program.name }} {% endfor %} {% for program in programs %} {% if program.type == "concise" %} {% if program.perex %} {# BEGIN Cast generovana Majakem #} {{ program.perex }} {# END Cast generovana Majakem #} {% endif %} {% include 'patterns/molecules/blocks/icon_title_text_block.html' with icon='ico--book' %} {% include 'patterns/molecules/blocks/icon_title_text_block.html' with icon=None %} {% elif program.type == 'popout' %} {% include 'patterns/organisms/popouts/popout_list.html' %} {% elif program.type == 'crossroad' %} {% include 'patterns/organisms/cards/card_list.html' %} {% endif %} {% endfor %} {% include 'patterns/organisms/main_section/newsletter_section.html' %} {% include 'patterns/organisms/layout/footer.html' %}
{{ program.perex }}