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

Sign In

Enter your email or username below to login to your account

switch err.Code { case 0: }

OR

Google-color Created with Sketch. Continue with Google
Don't have an account? Sign up
} } templ Main(title string, err types.Message) { @content(err, title) }