Jadeisnotworkingasexpectednotshowingindex.jadecontent我正在尝试使用玉。我正在尝试在获取请求中呈现模板我的代码是123app.get('/promocode/generate-promocode',mw.authenticate,function(req,res) { res.render('index1',{}); });我的layout.jade文件代码是12345678910111213141516171819202122doctype5html head blockhead title=title includelayout/
Jadeisnotworkingasexpectednotshowingindex.jadecontent我正在尝试使用玉。我正在尝试在获取请求中呈现模板我的代码是123app.get('/promocode/generate-promocode',mw.authenticate,function(req,res) { res.render('index1',{}); });我的layout.jade文件代码是12345678910111213141516171819202122doctype5html head blockhead title=title includelayout/