bliss/views/auth/register.eta
2025-01-12 11:56:17 -05:00

10 lines
265 B
Text

<form action="/register" method="POST">
<input name="username" placeholder="username">
<input name="password" placeholder="password">
<button type="submit">
move in
</button>
<% if (it.error) { %>
<%= it.error %>
<% } %>
</form>