Handle first user differently from the rest
This commit is contained in:
@ -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 @@
|
||||
© 2024 Jason Streifling. Alle Rechte vorbehalten.
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<script src="/web/static/js/htmx.min.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user