express-handlebars
express-handlebars copied to clipboard
(Question) Is it possible to render to html file on the server
Is it possible to render a template using layouts to a HTML file on the server. The now "static" file would then be consumed by another system.
I looked around and found this question on stackoverflow with a possible solution but I am not sure how to make it work with express-handlebars.
If it is possible, can you provide some pointers on how to achieve this.
What's wrong with using Handlebars directly like that question proposes?