RESTful routes js file:
// index route - show all todos router.get(\"/\", middleware.isLoggedIn,function(req,res) { Todo.find({ \"author.id\" : req.user._i
http://ejs.co/ says
Can you try using <%- in ejs to read variable value?