module.exports.index = function(req, res, render, next) { res.setHeader('Content-Type', 'text/html'); render('index.pug', res.locals) }