渲染未加载请求页面的把手

时间:2018-08-27 07:59:23

标签: node.js express node-modules

我正在尝试加载login.handlebars,但这不起作用。

router.get('/login', (req, res)=> {
  console.log('check we are in login section ');
  res.render('home/login');
});

在app.js引擎中已设置

app.engine('handlebars', exphbs({defaultLayout:'home'}));
app.set('view engine','handlebars');

Github链接:https://github.com/shankarsingh482/login

0 个答案:

没有答案