module.exports = { data: function () { return { hello: 'world' }; } };; module.exports.template = "

Hello\\n<\/p>

{{ hello }}<\/p>

\t\t\tfoo\\\n\t\t\tbar\n\t\t<\/pre><\/div>";