text/template.Template.Name (method)

12 uses

	text/template (current package)
		exec.go#L130: 	name := doublePercent(s.tmpl.Name())
		exec.go#L138: 		Name: s.tmpl.Name(),
		exec.go#L216: 		state.errorf("%q is an incomplete or empty template", t.Name())
		helper.go#L82: 		if name == t.Name() {
		template.go#L47: func (t *Template) Name() string {

	html/template
		escape.go#L669: 			err:   errorf(ErrOutputContext, t.Tree.Root, 0, "cannot compute output context for template %s", t.Name()),
		escape.go#L684: 		if !e1.called[t.Name()] {
		escape.go#L696: 	e.output[t.Name()] = c
		escape.go#L881: 		if _, err := tmpl.text.AddParseTree(t.Name(), t.Tree); err != nil {
		template.go#L202: 		name := v.Name()
		template.go#L266: 		name := x.Name()
		template.go#L328: 	return t.text.Name()