const text/template/parse.ParseComments

2 uses

	text/template/parse (current package)
		parse.go#L41: 	ParseComments Mode = 1 << iota // parse comments and add them to AST
		parse.go#L227: 		emitComment: t.Mode&ParseComments != 0,