func text/template.HTMLEscaper

3 uses

	text/template (current package)
		funcs.go#L41: 		"html":     HTMLEscaper,
		funcs.go#L643: func HTMLEscaper(args ...interface{}) string {

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