module.exports = function(data) { return Buffer.from(`

${data.name}

`); };