function getIndex(req, res, next) { res.render('index', { title: 'SoundBirder' }); } module.exports = { getIndex, }