type text/template.variable

5 uses

	text/template (current package)
		exec.go#L37: 	vars  []variable // push-down stack of variable values.
		exec.go#L42: type variable struct {
		exec.go#L49: 	s.vars = append(s.vars, variable{name, value})
		exec.go#L215: 		vars: []variable{{"$", value}},
		exec.go#L417: 	newState.vars = []variable{{"$", dot}}