I\'m new in thymeleaf and I try to create a template. My problem is this code:
CODE
titl
I faced the same problem. The answer is th:inline='text'
th:inline='text'
This should solve your issue
[[${header.title}]] Subtitle
or you can also use th:remove="tag"
th:remove="tag"
title Subtitle