Added basic lorem ipsum welcome message.
This commit is contained in:
parent
b7b3c5b89b
commit
b755f7f45e
18
lostplaces/lostplaces_app/templates/partials/welcome.html
Normal file
18
lostplaces/lostplaces_app/templates/partials/welcome.html
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<article class="LP-TextSection">
|
||||||
|
<header class="LP-TextSection__Headline">
|
||||||
|
<h1 class="LP-Headline">Start</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="LP-TextSection__Text">
|
||||||
|
<p class="LP-Paragraph">
|
||||||
|
Welcome
|
||||||
|
{% if user.is_authenticated %}
|
||||||
|
{{ user.username }}
|
||||||
|
{% else %}
|
||||||
|
explorer
|
||||||
|
{% endif %}
|
||||||
|
! </P>
|
||||||
|
|
||||||
|
<p class="LP-Paragraph">{% lorem %}</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
Loading…
Reference in New Issue
Block a user