text/template.Template.Lookup (method)

5 uses

	text/template (current package)
		template.go#L181: func (t *Template) Lookup(name string) *Template {

	github.com/google/safehtml/template
		escape.go#L784: 	t := e.arbitraryTemplate().text.Lookup(name)
		template.go#L209: 	if t.text.Lookup(name) == nil {

	html/template
		escape.go#L837: 	t := e.arbitraryTemplate().text.Lookup(name)
		template.go#L159: 	if t.text.Lookup(name) == nil {