Thymeleaf [thymeleaf] module
This module is for the Play 1.x series only.
Play framework module to use Thymeleaf 2.0 (http://www.thymeleaf.org/) as a template engine.
This is NOT a whole replacement of the groovy template. It is rather an add-on, rendering thymeleaf only if the alternative template exists.
https://github.com/choreo/play-thymeleaf
Written by Satoshi Takata.
Published releases
| 1.4 | Aug 14 2012 | Documentation | Try Play |
| 1.3 | Jun 24 2012 | Documentation | Try Play |
| 1.2 | Jun 11 2012 | Documentation | Try Play |
| 1.0 | Jun 11 2012 | Documentation | Try Play |
| 1.1 | Jun 11 2012 | Documentation | Try Play |
To install locally this module use the install command:
play install thymeleaf-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> thymeleaf {version}