type github.com/google/safehtml/template.FuncMap

4 uses

	github.com/google/safehtml/template (current package)
		template.go#L384: type FuncMap map[string]interface{}
		template.go#L391: func (t *Template) Funcs(funcMap FuncMap) *Template {

	golang.org/x/pkgsite/internal/frontend
		server.go#L511: var templateFuncs = template.FuncMap{

	golang.org/x/pkgsite/internal/worker
		server.go#L647: 	return template.New(filename.String()).Funcs(template.FuncMap{