const text/template/parse.NodeText

3 uses

	text/template/parse (current package)
		node.go#L53: 	NodeText       NodeType = iota // Plain text.
		node.go#L136: 	return &TextNode{tr: t, NodeType: NodeText, Pos: pos, Text: []byte(text)}
		node.go#L152: 	return &TextNode{tr: t.tr, NodeType: NodeText, Pos: t.Pos, Text: append([]byte{}, t.Text...)}