package view func isFormError(data map[string]string, key string) bool { _, ok := data[key] return ok } templ LoginForm(lfvm LoginFormViewModel) {