-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use handlebars to compile html templates? #1340
Comments
This project looks promising, although I have never tried it. |
@janus-reith Hey Janus, just found this while hunting down some ideas - i am trying to do the same as you, did you have any success ? |
Hi @heyitsreach, https://github.com/debrouwere/render worked for me. |
I want to have static files with html syntax and handlebars vars/functions,
and want to render them to a static html file.
I can easily achieve that with pug, the integrated commandline tool takes a .pug template and renders it to html.
I prefer to use plain html syntax and therefore would like to use handlebars,
but the cli just outputs a function to the output file.
How can I achieve that something like
handlebars inputfile.hbs outputfile.html
creates a html file, that doesn't depend on any js anymore?(want to use this for mail templates)
The text was updated successfully, but these errors were encountered: