{% 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 }}

{% endblock %}