This commit is contained in:
nora 2025-07-27 13:16:41 +02:00
parent 42e44c9db9
commit ac63b318d4
3 changed files with 28 additions and 1 deletions

View file

@ -18,6 +18,11 @@
</div>
{% if let Some(username) = username %}
<p>Hello, {{username}}!</p>
<div>
<form action="/logout" method="post">
<button type="submit">Logout</button>
</form>
</div>
{% endif %}
<p>Login</p>
<div>