Template and prepared statement caching

This commit is contained in:
2025-08-16 17:28:38 +02:00
parent 67d1eb2304
commit 7baba9657d
15 changed files with 963 additions and 433 deletions
+4 -1
View File
@@ -4,7 +4,10 @@ include "pages/login_and_signup_style.wl"
let main =
<main>
<span>Welcome!</span>
<form action="/api/signup" method="POST">
<div id="response"></div>
<form hx-post="/api/signup" hx-target="#response">
<input type="text" name="username" placeholder="username" />
<input type="email" name="email" placeholder="email" />
<input type="password" name="password1" placeholder="password" />