package form import "fmt" templ ConfirmPassword(err string) { {{ xdata := fmt.Sprintf( "{ errMsg: '%s'}", err, ) }}

}