Can't Get Res.render To Render Using OS X 10.11.4, Node.js. Express3-handlebars
I am new to all this. I've worked through several different tutorials will the same results. I feel like something isn't compatible with the setup or I've fat fingered something. B
Solution 1:
You have typing error in main.handlebars
.
<title>The Company</title>
If you check the page element in Developer Console, you will see the data in title tag itself.
Hope, it helps.
Post a Comment for "Can't Get Res.render To Render Using OS X 10.11.4, Node.js. Express3-handlebars"