...
This commit is contained in:
@@ -5,20 +5,21 @@
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
<head>
|
||||
<!-- <th:block layout:replace="fragments/includes" ></th:block>-->
|
||||
<th:block th:replace="fragments/includes :: includes"></th:block>
|
||||
<th:block th:replace="~{fragments/includes :: includes}"></th:block>
|
||||
<!-- layout:fragment="head" -->
|
||||
<th:block layout:fragment="head"></th:block>
|
||||
<!-- <th:block layout:replace="fragments/title" ></th:block> -->
|
||||
<th:block th:replace="fragments/title :: title"></th:block>
|
||||
<th:block th:replace="~{fragments/title :: title}"></th:block>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--<th:block th:replace="fragments/header :: header"></th:block>-->
|
||||
<th:block th:replace="fragments/header :: header"></th:block>
|
||||
<th:block th:replace="~{fragments/header :: header}"></th:block>
|
||||
<!--<th:block layout:fragment="content"></th:block>-->
|
||||
|
||||
<th:block layout:fragment="content"></th:block>
|
||||
<!--<th:block th:replace="fragments/footer :: footer"></th:block>-->
|
||||
<th:block th:replace="fragments/footer :: footer"></th:block>
|
||||
<th:block th:replace="~{fragments/footer :: footer}"></th:block>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user