text/template.state.tmpl (field)

10 uses

	text/template (current package)
		exec.go#L34: 	tmpl  *Template
		exec.go#L129: 	name := doublePercent(s.tmpl.Name())
		exec.go#L133: 		location, context := s.tmpl.ErrorContext(s.node)
		exec.go#L137: 		Name: s.tmpl.Name(),
		exec.go#L213: 		tmpl: t,
		exec.go#L404: 	tmpl := s.tmpl.tmpl[t.Name]
		exec.go#L415: 	newState.tmpl = tmpl
		exec.go#L576: 	function, ok := findFunction(name, s.tmpl)
		exec.go#L588: 		if s.tmpl.option.missingKey == mapError { // Treat invalid value as missing map key.
		exec.go#L636: 				switch s.tmpl.option.missingKey {