Skip to content

Commit 44a137c

Browse files
authored
add Hello.html
1 parent 2e5f06e commit 44a137c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)