...
This commit is contained in:
@@ -4,26 +4,17 @@
|
||||
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
||||
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>
|
||||
<!-- 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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--<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>
|
||||
<div class="dim_layer">
|
||||
<div class="dimBg"></div>
|
||||
<th:block layout:fragment="popup_layer"></th:block>
|
||||
</div>
|
||||
<!--<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