package view import ( "stevenlr.com/locker/model" ) templ LoginFormError(currentUser *model.User, err string) {
Sign in if err != "" { { err } }
Signed in as { currentUser.Name } Sign out