Hi! I was wondering if you could help me out with this:
I'm not using Jade in my projects (I'm using basic HTML combined with mustache) and I'm having problems calling renderJs() and renderStyles. I managed to trace the functions back to app._locals.renderStyles() and app._locals.renderJs() but I have no idea how to call them in my templates.
If you have any suggestions, I would love to hear them out!
Hi! I was wondering if you could help me out with this: I'm not using Jade in my projects (I'm using basic HTML combined with mustache) and I'm having problems calling
renderJs()
andrenderStyles
. I managed to trace the functions back toapp._locals.renderStyles()
andapp._locals.renderJs()
but I have no idea how to call them in my templates.If you have any suggestions, I would love to hear them out!
Thanks!