{% block top_content %}
{{ page.main_text }}
{% image page.new_wish_image original class="h-32 xl:flex-1" style="height:6rem" %}
+ Přidat přání
{% endblock %}
{% block video %}
{% endblock %}

Co trápí čechy a češky

    {% for wish in page.common_wishes %}
  • {% image wish.value.image original class="rounded-full h-32 w-32" %}

    {{ wish.value.title }}

    {{ wish.value.description }}

  • {% endfor %}

Máte přání tour

    {% for tour_date in page.tour_dates %}
  • {{ tour_date.value.date }}
    {{ tour_date.value.details }}
  • {% if not forloop.last %}
    {% endif %} {% endfor %}

Naše data

{% for stat_info in page.stats %}
{{ stat_info.value.count }}
{{ stat_info.value.description }}
{% endfor %}