I missed a bracket. It must be
{{{body}}}
I missed a bracket. It must be
{{{body}}}
app.js
var hbs = exphbs.create()
app.engine('handlebars', hbs.engine)
app.set('view engine', 'handlebars')
defaultController.js
index: (req, res) => {
res.render('default/index')
}
index.handlebars (under views/default)
<h1>Index</h1>
Why do you think it’s rendering plain text? Can you show us the curl/wget/postman output?
Have you tried
Your answer could be improved with additional supporting information. Please
This does not provide an answer to the question. Once you have sufficient