VoidForum/src/main/resources/templates/tests/1.html

12 lines
248 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<head>
<title>Hello</title>
</head>
<body>
<div th:include="tests/3 :: test3"></div>
<div th:include="tests/2"></div>
</body>
</html>