function html(req, res, next) {
    if (req.params.org === 'auth') {
        return next();
    }
    const id = req.params.id;