✨
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user