func text/template/parse.Parse

2 uses

	text/template/parse (current package)
		parse.go#L62: func Parse(name, text, leftDelim, rightDelim string, funcs ...map[string]any) (map[string]*Tree, error) {

	text/template
		template.go#L210: 	trees, err := parse.Parse(t.name, text, t.leftDelim, t.rightDelim, t.parseFuncs, builtins())