Update README.md

Added Pebble templating engine.
This commit is contained in:
Alexander Brandt
2015-06-20 00:48:45 +02:00
parent d0a32b78ea
commit 13466a806b

View File

@ -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. * [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. * [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. * [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. * [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files in general.
## Testing ## Testing