Viewing:
{{define "body"}}
<form class="form" hx-post="/signup" hx-target="#form-error">
<input name="username" id="username" placeholder="username" autocomplete="username">
<input name="password" id="password" placeholder="password" type="password" autocomplete="current-password">
<input type="submit" value="Signup">
<p class="form-error" id="form-error"></p>
</form>
{{end}}