'use strict'; module.exports = function(builder) { return builder.htmlComment( builder.literal('This is an HTML comment')); };