As stated in the other reviews, Thymeleaf is very simple to get started with. Adding tags such as th:block and th:inline makes adding content to pages easy. It's also very fast to add new templates. One thing that I don't like about Thymeleaf is that you can't use HTML5 form controls within the page blocks. Another problem is that if you have a large project, you need to download it from GitHub to do development locally. Thymeleaf is great for small projects or prototypes. Once you have your project set up, using Thymeleaf is quick and easy.