module.exports.hello = function hello({name}) { return ("" + "<p>Hello there, " + _encode(name) + "!</p>\n"); }