exports.home = function(req, res, next) { res.render('index'); };