{% include 'patterns/organisms/layout/elections/navbar.html' with selected_item='Aktuality' %}
{% include 'patterns/organisms/header/elections/article_header.html' with second_link=None %}
<main role="main" class="mb-10 xl:mb-32">
<div class="container--wide flex flex-col">
{% include 'patterns/molecules/articles/article_richtext_content_with_image.html' %}
{% include 'patterns/molecules/blocks/download_block.html' %}
<div class="flex justify-start">
{% include 'patterns/atoms/buttons/round_button.html' with button_text='Zpět na aktuality' %}
</div>
</div>
</main>
{% include 'patterns/organisms/main_section/newsletter_section.html' %}
{% include 'patterns/organisms/layout/footer.html' %}