Template engines
We provide a default template engine, so in most cases installing a template engine module is not necessary. But if you need some special features or want to use your common syntax we provide implementations of the most commonly used template engines.
Thymeleaf
Thymeleaf is probably the most frequently used template engine in the Java environment.
Pebble
Pebble is a template engine inspired by Twig.
Apache Freemarker
Apache Freemarker is one of the older representatives of the template engines, but is still widely used.
For a better view, we use the square bracket syntax in freemarker.
Apache Velocity
Apache Velocity is one of the older representatives of the template engines, but is still widely used.
Jinja
Jinja a template engine under developing by HubSpot. Syntax is similar to pebble.