thymeleaf / thymeleaf-docs

Thymeleaf documentation
Apache License 2.0
44 stars 54 forks source link

Update 'Using thymeleaf' on how to inherit layouts #58

Closed giflw closed 6 years ago

giflw commented 6 years ago

Add example on how to use th:fragment and th:replace to build a inherited parent layout.

I was searching the web about how to do this today. As I couldn't find, I'm proposing an extra explanation on layouts so anyone reading the guide could find how to inherit layouts using only core thymeleaf dialect.