2021年3月4日星期四

foreach with partials pages handlerbars into express

I'm trying to do a foreach with partials into expressjs project, but I don't get

main.hbs

           

app.js

app.get('/',(req,res)=>{         let pages = ['test1','teste2']    res.render('index',{user:req.user,pages:pages})    })  

Then show me this message

Error: The partial this could not be found

https://stackoverflow.com/questions/66483376/foreach-with-partials-pages-handlerbars-into-express March 05, 2021 at 05:34AM

没有评论:

发表评论