https://github.com/plakat/clj-thymeleaf.git
git clone 'https://github.com/plakat/clj-thymeleaf.git'
(ql:quickload :plakat.clj-thymeleaf)
A Ring integration of the Thymeleaf templating engine
Place your templates in a typical Ring application folder structure (lein new compojure-app …) under resources/public, use a .html extension. Integration with Ring might look like the code given in clj-thymeleaf.samples.handler
The backend delivers data using the normal ring mechanism.
See https://github.com/plakat/clj-thymeleaf-sample for example code
Copyright © 2014 Wolfram Saringer
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.