// GET - / exports.getIndex = function (req, res) { res.render('index.twig'); };