func text/template.HTMLEscape

3 uses

	text/template (current package)
		funcs.go#L619: func HTMLEscape(w io.Writer, b []byte) {
		funcs.go#L653: 	HTMLEscape(&b, []byte(s))

	html/template
		escape.go#L963: 	template.HTMLEscape(w, b)