Thymeleaf Layout Dialect with Spring Boot 2
The Layout dialect is a dialect for Thymeleaf [http://www.thymeleaf.org] that
allows users to build layouts and reusable templates in order to improve code
reuse. It has a hierarchical approach and it uses the decorator pattern for
‘decorating’ the layout files. The Layout Dialect is a separate project