1 2 3 4 5 6 7 8
module.exports = { hooks: { page: function(page) { page.sections[0].content = 'Hello (sections) ' + page.content; return page; } } };