This commit is contained in:
NikolajDanger
2022-05-26 12:42:35 +02:00
parent 17a60e3c44
commit 2210bef520

View File

@ -1,5 +1,6 @@
{% extends "layout.html" %}
{% block content %}
{% if current_user.is_authenticated %}
<h1>Hej, {{ current_user.first_name }} {{ current_user.first_name }}</h1>
<hr>
<h2>Opslag</h2>
@ -15,4 +16,6 @@
</div>
</article>
{% endfor %}
{% else %}
{% endif %}
{% endblock content %}