You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to read a value of the flash scope in a Handlebars template (I'm ussing express-handlebars module) without passing explicitly from the controller? Something like this:
<p class="error-msg">{{flash.error}}</p>
The text was updated successfully, but these errors were encountered:
Is there any way to read a value of the flash scope in a Handlebars template (I'm ussing
express-handlebars
module) without passing explicitly from the controller? Something like this:The text was updated successfully, but these errors were encountered: