text/template/parse.CommentNode.Text (field)

5 uses

	text/template/parse (current package)
		node.go#L160: 	Text string // Comment text.
		node.go#L164: 	return &CommentNode{tr: t, NodeType: NodeComment, Pos: pos, Text: text}
		node.go#L175: 	sb.WriteString(c.Text)
		node.go#L184: 	return &CommentNode{tr: c.tr, NodeType: NodeComment, Pos: c.Pos, Text: c.Text}