2020-09-02 23:56:19 +02:00
|
|
|
<header class="LP-TextSection__Headline">
|
|
|
|
<h1 class="LP-Headline">Start</h1>
|
|
|
|
</header>
|
2020-09-02 22:46:37 +02:00
|
|
|
|
2020-09-02 23:56:19 +02:00
|
|
|
<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
|
|
|
|
<a class="LP-Link" href="{% url 'codex' %}"><span class="LP-Link__Text">UrBex codex</span></a>
|
|
|
|
and expect you to do so, too.
|
|
|
|
</p>
|
2020-09-02 23:56:19 +02:00
|
|
|
</div>
|