For ejs templating why it's not needed to configure app.engine in nodejs/express?
I've noticed that for Expressjs if i want to use ejs instructions don't say that I need to require ejs or set app.engine('ejs'). Whereas for handlebars and jade both require me to do so.
No comments:
Post a Comment