if (!options.types[type]) {
        return res.status(404).render("Error", {
            title: i18n.gettext("Page not found."),
        });
    }