package pages import ( "github.com/ryanhamamura/games/features/common/layouts" "github.com/starfederation/datastar-go/datastar" ) templ RegisterPage() { @layouts.Base("Register") {

Register

Create a new account

Already have an account? Login

} }