update templates

Signed-off-by: jnfrati <nicofrati@gmail.com>
This commit is contained in:
jnfrati
2026-04-08 16:26:18 +02:00
parent 16e43dadc6
commit 57c402ad8b
2 changed files with 7 additions and 99 deletions

View File

@@ -1,13 +1,8 @@
{{ template "header.html" . }}
<div class="nb-card">
{{ if .LoggedOut }}
<h1 class="nb-heading">Logged Out</h1>
<p class="nb-subheading">You have been successfully logged out.</p>
{{ else }}
<h1 class="nb-heading">Session Not Found</h1>
<p class="nb-subheading">No active session found.</p>
{{ end }}
{{ if .BackURL }}
<div class="nb-back-link">