func github.com/google/safehtml/template.join

4 uses

	github.com/google/safehtml/template (current package)
		escape.go#L303: func join(a, b context, node parse.Node, nodeName string) context {
		escape.go#L347: 		if e := join(c, d, node, nodeName); e.state != stateError {
		escape.go#L386: 		c0 = join(c0, c1, n, nodeName)
		escape.go#L397: 	return join(c0, c1, n, nodeName)