index.js 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 const model = require('../models'); exports.index = (req, res) => { res.display('index', Object.assign({ module: 'channel', page: 'home' }, model.getContent())); };