thymeleaf convert complate
parent
2058c43ba8
commit
8a6d69bbf6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,15 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ko" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
|
<html lang="ko" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
|
||||||
|
|
||||||
<th:block th:replace="layout/fragments/head :: headFragment"></th:block>
|
<th:block th:replace="layout/fragments/head :: headFragment"></th:block>
|
||||||
<th:block th:replace="layout/fragments/sidebar :: sidebarFragment"></th:block>
|
<th:block th:replace="layout/fragments/sidebar :: sidebarFragment"></th:block>
|
||||||
<section id="Content" class="bot_common">
|
|
||||||
<!-- <th:block th:replace="layout/fragments/top :: topbarFragment"></th:block>-->
|
<!-- <th:block th:replace="layout/fragments/top :: topbarFragment"></th:block>-->
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<th:block layout:fragment="content"></th:block>
|
<th:block layout:fragment="content"></th:block>
|
||||||
</div>
|
|
||||||
<!-- <th:block th:replace="layout/fragments/footer :: footerFragment"></th:block>-->
|
<!-- <th:block th:replace="layout/fragments/footer :: footerFragment"></th:block>-->
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue