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

7 uses

	github.com/google/safehtml/template (current package)
		trustedsource.go#L69: func TrustedSourceJoin(elem ...TrustedSource) TrustedSource {

	golang.org/x/pkgsite/internal/frontend
		server.go#L78: 	templateDir := template.TrustedSourceJoin(scfg.StaticPath)
		server.go#L83: 	docTemplateDir := template.TrustedSourceJoin(templateDir, template.TrustedSourceFromConstant("html"),
		server.go#L539: 	join := template.TrustedSourceJoin

	golang.org/x/pkgsite/internal/godoc/dochtml
		template.go#L28: 		join := template.TrustedSourceJoin

	golang.org/x/pkgsite/internal/worker
		server.go#L87: 	dochtml.LoadTemplates(template.TrustedSourceJoin(scfg.StaticPath, template.TrustedSourceFromConstant("html/doc")))
		server.go#L646: 	templatePath := template.TrustedSourceJoin(staticPath, template.TrustedSourceFromConstant("html/worker"), filename)