golang.org/x/pkgsite/internal/frontend.Server.templates (field)

4 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		server.go#L55: 	templates map[string]*template.Template
		server.go#L94: 		templates:            ts,
		server.go#L490: 		s.templates, err = parsePageTemplates(s.templateDir)
		server.go#L495: 	tmpl := s.templates[templateName]