feat: Adds route query parameter to home, htmx updates url, and working next parameter for login

This commit is contained in:
2025-01-07 20:39:12 -05:00
parent 6eb723a7cf
commit e86e5facc6
5 changed files with 61 additions and 30 deletions

View File

@@ -7,14 +7,7 @@
<link rel="stylesheet" href="css/main.css">
<title>#(title)</title>
</head>
<body>
<!-- <h1>#(title)</h1> -->
<div id="content"
hx-get="/home"
hx-trigger="load"
hx-swap="outerHTML"
>
</div>
#import("content")
</body>
</html>