Handle first user differently from the rest

This commit is contained in:
2024-04-01 19:26:18 +02:00
parent ed51d28c65
commit 8711ba0629
5 changed files with 123 additions and 46 deletions

View File

@ -14,12 +14,10 @@
<button class="btn" hx-get="logout" hx-target="#page-content">Abmelden</button>
</header>
<main>
<main class="mx-4">
<div id="page-content">
{{template "page-content" .}}
</div>
<script src="/web/static/js/htmx.min.js"></script>
</main>
<footer class="my-8">
@ -27,6 +25,8 @@
&copy; 2024 Jason Streifling. Alle Rechte vorbehalten.
</p>
</footer>
<script src="/web/static/js/htmx.min.js"></script>
</body>
</html>