func text/template.HTMLEscaper

3 uses

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

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