{{ template "base.html" . }} {{ define "content" }}
{{/* NOTE(asaf): No CSRF on register. We don't have a user session yet and I don't think we would gain anything from a pre-login session here */}}

Required. You may use up to 30 characters. Must start with a letter or number. Dashes and underscores are allowed.

Optional.

Enter the same password as before, for verification.

{{/* TODO(asaf): Consider adding some bot-mitigation thing here */}}

{{ end }}