app.get('/m/', function (req, res) {
        req.pageName = 'Home'; // TODO get this 'Home' from the menu default
        pageController.mobile(req, res, app.locals);
    });