exports.getImprint = (req, res, next) => { res.render('imprint', { title: 'Imprint' }) }