my code is :
app.get(\'/main\', function(req, res) { Posts.findAll().then(function(posts){ res.render(__dirname + "/home.pug", {posts:posts});