@@ -408,7 +408,7 @@ module.exports = function(crowi, app) {
function renderPage(pageData, req, res) {
// create page
if (!pageData) {
- return res.render('customlayout-selector/page', {
+ return res.render('customlayout-selector/not_found', {
author: {},
page: false,
});