nova-web/web/templates/account.html

8 lines
130 B
HTML
Raw Normal View History

2023-09-14 22:42:12 +02:00
{% include 'common/begin.html' %}
<main>
<h1>Welcome back, {{ user.username }}</h1>
</main>
{% include 'common/end.html' %}