templating is the process of taking a document that will serve as a model to create other document.
The template document includes a language template that has:
Template Engine
| Name | Language | Comment |
|---|---|---|
| FreeMarker | Java | |
| Thymeleaf | Java | Natural template supported (ie the HTML template is HTML compliant) |
| Liquid - Shopify | Ruby | used by Auth0 similar to Jinja as it uses filter |
| Jinja | Python | Airflow, Ansible |