const text/template/parse.NodeBreak

2 uses

	text/template/parse (current package)
		node.go#L74: 	NodeBreak                      // A break action.
		node.go#L921: 	return &BreakNode{tr: t, NodeType: NodeBreak, Pos: pos, Line: line}