lostplaces-backend/django_lostplaces/lostplaces/templates/partials/welcome.html

20 lines
593 B
HTML
Raw Normal View History

<header class="LP-TextSection__Headline">
<h1 class="LP-Headline">Start</h1>
</header>
<div class="LP-TextSection__Text">
<p class="LP-Paragraph">Welcome to our Urban Exploration community catalogue,
2020-09-03 00:17:42 +02:00
{% if user.is_authenticated %}
{{ user.username }}
{% else %}
explorer
{% endif %}
!
</p>
<p class="LP-Paragraph">
We strictly follow our
2020-09-08 21:01:24 +02:00
<a class="LP-Link" href="{% url 'flatpage' slug='codex' %}"><span class="LP-Link__Text">UrBex codex</span></a>
2020-09-03 00:17:42 +02:00
and expect you to do so, too.
</p>
</div>