const text/template/parse.NodeAction

2 uses

	text/template/parse (current package)
		node.go#L54: 	NodeAction                     // A non-control action such as a field evaluation.
		node.go#L266: 	return &ActionNode{tr: t, NodeType: NodeAction, Pos: pos, Line: line, Pipe: pipe}