{% load static %} {% if page.newsletter_subscribe_url or page.root_page.newsletter_subscribe_url %}

{{ header }}

{{ description }}

{% csrf_token %} {% include 'styleguide2/includes/atoms/form_fields/form_input.html' with name="email" placeholder='Tvůj email' classes='mb-3 w-full md:w-96' %} {% include 'styleguide2/includes/atoms/buttons/round_button_form.html' with text='Odebírat' show_arrow_on_hover=True %}
{% endif %}