func text/template.HTMLEscaper

3 uses

	text/template (current package)
		funcs.go#L44: 		"html":     HTMLEscaper,
		funcs.go#L630: func HTMLEscaper(args ...any) string {

	html/template
		escape.go#L938: 	return template.HTMLEscaper(args...)