{% if program.perex %}
{% 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' %}
{# BEGIN Cast generovana Majakem #}
{# END Cast generovana Majakem #}
{{ program.perex }}
{% include 'patterns/organisms/popouts/popout_list.html' %}
{% elif program.type == 'crossroad' %}
{% include 'patterns/organisms/cards/card_list.html' with description_classes="!bg-grey-180" classes='drop-shadow' %}
{% elif program.type == 'with_candidates' %}
{% include "patterns/organisms/candidates/candidate_primary_list.html" %}
{% include "patterns/organisms/candidates/candidate_secondary_list.html" %}
{% include 'patterns/atoms/text/richtext.html' %}
{% include 'patterns/organisms/popouts/popout_list.html' %}