ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

Is there get request and response object in helpers? #273

Open trustyoo86 opened 4 years ago

trustyoo86 commented 4 years ago

Our project is developed using this plugin, And we need to logs render logs. For example, It is error that during compile in helpers, make error logs for send another log server.

Is there get request or response object in node.js router? Thank you.