type html/template.HTML

8 uses

	html/template (current package)
		content.go#L35: 	HTML string
		content.go#L158: 		case HTML:

	go.opencensus.io/zpages
		templates.go#L108: func traceIDFormatter(r traceRow) template.HTML {
		templates.go#L118: 		return template.HTML(fmt.Sprintf(`trace_id: %s span_id: %s parent_span_id: %s`, col, sc.TraceID, sc.SpanID, r.ParentSpanID))
		templates.go#L120: 	return template.HTML(fmt.Sprintf(`trace_id: %s span_id: %s`, col, sc.TraceID, sc.SpanID))

	golang.org/x/net/trace
		histogram.go#L322: func (h *histogram) html() template.HTML {
		histogram.go#L328: 	return template.HTML(buf.String())
		trace.go#L195: 		Histogram       template.HTML