module.exports = { hooks: { "page": function(page) { page.content = page.content + '\n'; return page; } } };