I ran into a very basic problem but I can\'t seem to find the answer to it. I am working with node.js, express and I am just trying to pass a local var
node.js
express
You should pass the variable without the locals. This is probably new in express 3.0.0
locals
res.render("index", {title: "Blog"});