type html/template.ErrorCode

4 uses

	html/template (current package)
		error.go#L15: 	ErrorCode ErrorCode
		error.go#L28: type ErrorCode int
		error.go#L45: 	OK ErrorCode = iota
		error.go#L231: func errorf(k ErrorCode, node parse.Node, line int, f string, args ...any) *Error {