exports.index = function(req, res) { res.render('index', { title: 'You Be the Judge' }); };