We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5f06e commit 44a137cCopy full SHA for 44a137c
1 file changed
src/main/resources/templates/hello.html
@@ -0,0 +1,9 @@
1
+<!DOCTYPE html>
2
+<html xmlns:th="http://www.thymeleaf.org"
3
+th:replace="~{fragments/layout :: layout (~{::body},'hello')}">
4
+<body>
5
+ <div class="container">
6
+ <p th:text="${message}"/>
7
+ </div>
8
+</body>
9
+</html>
0 commit comments