'use strict'; module.exports = function(builder) { return builder.html( builder.literal('
Hello World
') ); };