From b481bcd542caa66abaacf61c1fb847a9bd1ae23d Mon Sep 17 00:00:00 2001 From: shathor Date: Sun, 22 Nov 2020 13:17:12 +0100 Subject: [PATCH] Add jte --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cb7165..1959804 100644 --- a/README.md +++ b/README.md @@ -951,6 +951,7 @@ _Tools that substitute expressions in a template._ - [Freemarker](https://freemarker.apache.org) - Library to generate text output (HTML web pages, e-mails, configuration files, source code, etc.) based on templates and changing data. - [Handlebars.java](https://jknack.github.io/handlebars.java/) - Logicless and semantic Mustache templates. - [Jade4J](https://github.com/neuland/jade4j) - Implementation of Pug (formerly known as Jade). +- [jte](https://github.com/casid/jte) - Compiles to Java classes, is lightweight and fast. - [Jtwig](https://github.com/jtwig/jtwig) - Modular, configurable and fully tested template engine. - [Pebble](https://pebbletemplates.io) - Inspired by Twig and separates itself with its inheritance feature and its easy-to-read syntax. It ships with built-in autoescaping for security and it includes integrated support for internationalization. - [Rocker](https://github.com/fizzed/rocker) - Optimized, memory efficient and speedy template engine producing statically typed, plain objects.