package templates import "mal/web/shared/layout" templ Login(formError string, username string) { @layout.Layout("Login", false) {

Sign in

Enter your credentials to continue.

if formError != "" { }
} }