I am using express JS with handlebars. I need static header and footer similar to the concept of master page in Razor engine C#. I have designed header and footer to be in layout page, but it obviously flickers when navigating between the pages which is avoidable. Is there any @RenderBody
concept available in handlebars or any option exists to render static header and footer (without flickering) in Express JS app?
via Dhya S
No comments:
Post a Comment