feat: Adds route query parameter to home, htmx updates url, and working next parameter for login
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user