const text/template/parse.NodeNil

6 uses

	text/template/parse (current package)
		node.go#L65: 	NodeNil                        // An untyped nil constant.
		node.go#L465: 	return &NilNode{tr: t, NodeType: NodeNil, Pos: pos}
		node.go#L472: 	return NodeNil
		parse.go#L505: 		case NodeBool, NodeDot, NodeNil, NodeNumber, NodeString:
		parse.go#L711: 		case NodeBool, NodeString, NodeNumber, NodeNil, NodeDot:

	text/template
		exec.go#L563: 	if chain.Node.Type() == parse.NodeNil {