ultraq / thymeleaf-layout-dialect

A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse
https://ultraq.github.io/thymeleaf-layout-dialect/
Apache License 2.0
700 stars 111 forks source link

Issue when runnning on Spring Boot 2.7.6 and Gradle #231

Open hoangducnghi2207 opened 1 year ago

hoangducnghi2207 commented 1 year ago

I've used attribute "decorate" to create simple html file. But it's not worked Here is my config file and my HTML file MyFile.zip

What should I do to make my program run normally ? Thanks a lot