Close menu

Pattern Library

{% if has_message %}
  {% include 'patterns/molecules/blocks/message_block.html' with is_last_child=True %}
{% endif %}

{% include 'patterns/organisms/layout/elections/navbar.html' with is_transparent=True %}

<main role="main">
  {% include 'patterns/molecules/menus/elections/carousel.html' %}

  {% include 'patterns/organisms/candidates/candidate_primary_list.html' with id='kandidati' %}

  {% include "patterns/organisms/candidates/elections/candidate_secondary_list.html" %}

  {% include 'patterns/molecules/program/card_program.html' with id='program' %}

  {% include 'patterns/organisms/articles/elections/articles_section.html' %}

  {% include 'patterns/organisms/main_section/elections/calendar.html' %}

  {% include 'patterns/organisms/main_section/newsletter_section.html' %}
</main>

{% include 'patterns/organisms/layout/footer.html' %}
context:
  has_message: false