Hi, I'm a big fan of using custom templates, but I found my custom template stopped working once I configured EJS layouts using the express-ejs-layouts module.
Weird thing is, the default messages() call works fine, but a custom messages('_bootstrap_flash_messages') call does not render anything.
Are you able to provide guidance on the matter?
For more information, see: soarez/express-ejs-layouts#17
Hi, I'm a big fan of using custom templates, but I found my custom template stopped working once I configured EJS layouts using the
express-ejs-layoutsmodule.Weird thing is, the default
messages()call works fine, but a custommessages('_bootstrap_flash_messages')call does not render anything.Are you able to provide guidance on the matter?
For more information, see: soarez/express-ejs-layouts#17