Update /home template

This commit is contained in:
2026-01-25 12:12:02 -06:00
parent 421628d49e
commit 478305bc4f

View File

@@ -8,6 +8,12 @@
{{ email }}
</p>
{% if showLogin %}
<a href="/login">login</a>
{% endif %}
{% if showLogout %}
<a href="/logout">logout</a>
{% endif %}
</body>
</html>