Close menu

Pattern Library

{% include 'patterns/organisms/layout/navbar.html' %}
{% include 'patterns/organisms/header/simple_header.html' with title=title %}

<main role="main" class="mb-10 xl:mb-32">
  <div class="container--wide flex flex-col gap-8 mb-2 lg:mb-12">
    {% include "patterns/atoms/form_fields/form_text.html" %}
    {% include "patterns/atoms/form_fields/form_date.html" %}
    {% include "patterns/atoms/form_fields/form_datetime.html" %}
    {% include "patterns/atoms/form_fields/form_email.html" %}
    {% include "patterns/atoms/form_fields/form_phone.html" %}
    {% include "patterns/atoms/form_fields/form_select.html" %}
    {% include "patterns/atoms/form_fields/form_radio.html" %}
    {% include "patterns/atoms/form_fields/form_multiselect.html" %}
    {% include "patterns/atoms/form_fields/form_textarea.html" %}
    {% include "patterns/atoms/form_fields/form_checkbox.html" %}
    {% include "patterns/atoms/form_fields/form_captcha.html" %}
  </div>
</main>

{% include 'patterns/organisms/layout/footer.html' %}
context:
  title: 'Stránka s formulářem'