github.com/google/safehtml/template.Template.new (method)

3 uses

	github.com/google/safehtml/template (current package)
		template.go#L258: 			tmpl = t.new(name)
		template.go#L353: 	return t.new(name)
		template.go#L357: func (t *Template) new(name string) *Template {