text/template.Template.Lookup (method)

5 uses

	text/template (current package)
		exec.go#L183: 	tmpl := t.Lookup(name)
		exec.go#L425: 	tmpl := s.tmpl.Lookup(t.Name)
		template.go#L188: func (t *Template) Lookup(name string) *Template {

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