package view func isFormError(data map[string]string, key string) bool { _, ok := data[key] return ok } templ LoginForm(lfvm LoginFormViewModel) {
if msg, ok := lfvm.Errors["credentials"]; ok { Authentication error: { msg } } Password is too short Registration is disabled. Please ask an admin to activate it.
}