package templates templ Login(errMsg, next string) { @BareLayout("Sign in") {

Vetting

if errMsg != "" {
{ errMsg }
}
} }