From e8068bbedadda5ab644cbf73d1f3761fd158e54e Mon Sep 17 00:00:00 2001 From: Tim Tiemens Date: Tue, 25 May 2021 01:46:22 -0500 Subject: [PATCH] Add StringTemplate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7556df0..907f447 100644 --- a/README.md +++ b/README.md @@ -971,6 +971,7 @@ _Tools that substitute expressions in a template._ - [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. +- [StringTemplate](https://github.com/antlr/stringtemplate4) - Template engine for generating source code, web pages, emails, or any other formatted text output. - [Thymeleaf](https://www.thymeleaf.org) - Aims to be a substitute for JSP and works for XML files. ### Testing