节点JS渲染空白页

时间:2015-01-14 23:20:03

标签: javascript node.js mongodb

我有一个问题,如果我连接到localhost:3000或127.0.0.1:3000,我会得到一个完全空白的页面。

这是通过GitHub的代码 https://github.com/InfamousGamez/halp

这是一张图片localhost:3000,我目前正在运行节点。 http://gyazo.com/1b92c35798bef88980eaec882572d851

我的代码有问题,还是表达/节点错误?

1 个答案:

答案 0 :(得分:0)

<%-body%>中遗漏了layout.ejs。因此,index.ejs正在呈现,但由于您未在布局中包含body,因此不会显示任何内容。