app.use((req, res, next) => { res.locals.menu = ['Home', 'About', 'Contact']; next(); });
delete res.locals.menu;