From 13466a806b18d369afaba3bec5d48e55261a6567 Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 00:48:45 +0200 Subject: [PATCH] Update README.md Added Pebble templating engine. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42667c8..2d3908d 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [FreeMarker](http://freemarker.org/) - General templating engine without any heavyweight or opinionated dependencies. * [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logic-less and semantic Mustache templates with Java. * [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries. +* [Pebble](http://www.mitchellbosecke.com/pebble/home) - A fast templating engine, with inheritance and i18n support. * [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files in general. ## Testing