func text/template.New

4 uses

	text/template (current package)
		helper.go#L81: 			t = New(name)
		template.go#L39: func New(name string) *Template {

	html/template
		escape.go#L653: 			dt = template.New(dname)
		template.go#L289: 		template.New(name),