2020-09-02 22:46:37 +02:00
|
|
|
<article class="LP-TextSection">
|
|
|
|
<header class="LP-TextSection__Headline">
|
|
|
|
<h1 class="LP-Headline">Start</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="LP-TextSection__Text">
|
2020-09-02 23:13:54 +02:00
|
|
|
<p class="LP-Paragraph">Welcome
|
2020-09-02 22:46:37 +02:00
|
|
|
{% if user.is_authenticated %}
|
|
|
|
{{ user.username }}
|
|
|
|
{% else %}
|
|
|
|
explorer
|
|
|
|
{% endif %}
|
2020-09-02 23:13:54 +02:00
|
|
|
!</p>
|
2020-09-02 22:46:37 +02:00
|
|
|
|
|
|
|
<p class="LP-Paragraph">{% lorem %}</p>
|
2020-09-02 23:13:54 +02:00
|
|
|
<p class="LP-Paragraph">{% lorem %}</p>
|
2020-09-02 22:46:37 +02:00
|
|
|
</div>
|
|
|
|
</article>
|