func Pages.Login(ctx) { var pages = [ { active = false, route = "/packages", text = "Packages" }, { active = false, route = "/upload", text = "Upload" }, DB.LoginButton(ctx,true) ]; var html =
{"We'll"} never share your email with anyone else.
Sign up Forgot Password
; return Shell("Login",pages,html); }