package authview import "git.haelnorr.com/h/oslstats/internal/view/baseview" // Returns the login page templ RegisterPage(username string) { @baseview.Layout("Register") {

Set your display name

Select your display name. This must be unique, and cannot be changed.

@RegisterFormForm(username)
} }