{% extends 'base.html' %} {% block content %}
{% if wedding_date %}

{{ wedding_date }}

{% endif %}

{{ welcome_headline or t('hero_headline') }}

{{ welcome_text or t('hero_text') }}

{{ t('to_guest_area') }}

{{ welcome_hint }}

{% if show_onboarding %}

{{ t('tour_title') }}

{{ t('tour_dashboard_title') }}

{{ t('tour_dashboard_text') }}

{% endif %} {% endblock %}