We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to be able to parse/use req and res in the views.
For example: if someone wanted to show the path that was requested. the could just type the following in the view.
<%- req.route %>
Instead of passing the variable through the controller, it would be much easier if it was already available in the views.
The text was updated successfully, but these errors were encountered:
fixed in e361001
Sorry, something went wrong.
dcbartlett
No branches or pull requests
It would be nice to be able to parse/use req and res in the views.
For example:
if someone wanted to show the path that was requested. the could just type the following in the view.
Instead of passing the variable through the controller, it would be much easier if it was already available in the views.
The text was updated successfully, but these errors were encountered: