const text/template/parse.NodeWith

6 uses

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

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