module.exports = { hooks: { page: function(page) { page.sections[0].content = 'Hello (sections) ' + page.content; return page; } } };