yay
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
{% if wedding_date %}
|
||||
<p class="hero-kicker">{{ wedding_date }}</p>
|
||||
{% endif %}
|
||||
<h1>{{ t('hero_headline') }}</h1>
|
||||
<p>{{ t('hero_text') }}</p>
|
||||
<h1>{{ welcome_headline or t('hero_headline') }}</h1>
|
||||
<p>{{ welcome_text or t('hero_text') }}</p>
|
||||
<a class="btn hero-cta" href="{{ url_for('guest_area') }}">{{ t('to_guest_area') }}</a>
|
||||
</div>
|
||||
</section>
|
||||
<p class="hero-hint-below">{{ welcome_hint }}</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user