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

{{ t('guest_area') }}

{{ t('hello_guest').format(name=guest_name) }}

{{ t('rsvp') }} {{ t('upload') }} {{ t('gallery') }} {{ t('schedule') }} {{ t('hotels') }} {{ t('taxi') }} {{ t('location') }} {{ t('host_area') }}
{% endblock %}