package authView import ( "github.com/fossyy/filekeeper/types" "github.com/fossyy/filekeeper/view/client/layout" ) templ form(err types.Message, title string) { @layout.Base(title) {

Sign Up

Already have an account? Log in

} } templ GoogleSetup(title string, err types.Message) { @form(err, title) }