Neue Features>: zu viele um sie zu beschrieben :D
This commit is contained in:
13
backend/templates/welcome.html
Normal file
13
backend/templates/welcome.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<section class="hero-banner" aria-label="{{ t('hero_headline') }}" style="--hero-image: url('{{ hero_image_url }}');">
|
||||
<div class="hero-overlay">
|
||||
{% if wedding_date %}
|
||||
<p class="hero-kicker">{{ wedding_date }}</p>
|
||||
{% endif %}
|
||||
<h1>{{ t('hero_headline') }}</h1>
|
||||
<p>{{ t('hero_text') }}</p>
|
||||
<a class="btn hero-cta" href="{{ url_for('guest_area') }}">{{ t('to_guest_area') }}</a>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user