const text/template/parse.NodeIf

5 uses

	text/template/parse (current package)
		node.go#L63: 	NodeIf                         // An if action.
		node.go#L860: 	case NodeIf:
		node.go#L888: 	case NodeIf:
		node.go#L905: 	return &IfNode{BranchNode{tr: t, NodeType: NodeIf, Pos: pos, Line: line, Pipe: pipe, List: list, ElseList: elseList}}

	text/template
		exec.go#L271: 		s.walkIfOrWith(parse.NodeIf, dot, node.Pipe, node.List, node.ElseList)