Is there a way to call say the arrow default 404 error page form a route?, something like: ``` if (!value) { return res.render('404'); } ```