const text/template/parse.NodeIdentifier

2 uses

	text/template/parse (current package)
		node.go#L62: 	NodeIdentifier                 // An identifier; always a function name.
		node.go#L352: 	return &IdentifierNode{NodeType: NodeIdentifier, Ident: ident}