-
Notifications
You must be signed in to change notification settings - Fork 4
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
Pebble/Jade/Thymeleaf/Rocker/Freemaker template engines support #20
Comments
handlebars templates are very strict but this strictness very often makes integration/implementation costs much bigger.. e.g no ability to set tmp variable in handlebars is very annoying and this causes very often a need for creating custom handlebars helper. using e.g pebble with better performance and more features could help a lot in delivering knotx based integrations faster. |
Vert.x modules have a direct caching and filesystem integration - this may not be desired as it will not be configurable |
Freemarker, Peeble, Thymeleaf, MVEL can be integrated without any significant changes. |
thanks for delivering it <3 |
Is your feature request related to a problem? Please describe.
Knot.x Template Engine supports Handlebars syntax. Other engines can be utilised:
Describe the solution you'd like
Use Vert.x modules inside Knot.x Template Engine: https://github.com/vert-x3/vertx-web/tree/master/vertx-template-engines.
The text was updated successfully, but these errors were encountered: