const text/template/parse.NodeWith

6 uses

	text/template/parse (current package)
		node.go#L72: 	NodeWith                       // A with action.
		node.go#L864: 	case NodeWith:
		node.go#L892: 	case NodeWith:
		node.go#L965: 	return &WithNode{BranchNode{tr: t, NodeType: NodeWith, Pos: pos, Line: line, Pipe: pipe, List: list, ElseList: elseList}}

	text/template
		exec.go#L285: 		s.walkIfOrWith(parse.NodeWith, dot, node.Pipe, node.List, node.ElseList)
		exec.go#L301: 		if typ == parse.NodeWith {