const text/template/parse.NodeCommand

4 uses

	text/template/parse (current package)
		node.go#L57: 	NodeCommand                    // An element of a pipeline.
		node.go#L297: 	return &CommandNode{tr: t, NodeType: NodeCommand, Pos: pos}

	github.com/google/safehtml/template
		escape.go#L267: 		NodeType: parse.NodeCommand,

	html/template
		escape.go#L388: 		NodeType: parse.NodeCommand,