module.exports = { init: function(args, cb) { cb(); }, partials: { header: 'header', side: 'side' } }