const home = function(req, res){ res.render('home/index', { title: "Picolo" }) } module.exports = { home }