|
|
@@ -0,0 +1,25 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="ko"
|
|
|
+ xmlns:th="http://www.thymeleaf.org"
|
|
|
+ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
|
|
|
+
|
|
|
+<head th:replace="~{common/fragments/header :: header}"></head>
|
|
|
+
|
|
|
+<body>
|
|
|
+
|
|
|
+<th:block th:replace="~{common/fragments/variables :: variables}"></th:block>
|
|
|
+
|
|
|
+<div id="wrapper" class="color-pastel">
|
|
|
+ <th:block layout:fragment="content"></th:block>
|
|
|
+</div>
|
|
|
+
|
|
|
+<script th:inline="javascript">
|
|
|
+/*<![CDATA[*/
|
|
|
+ $(document).ready(function() {
|
|
|
+
|
|
|
+ });
|
|
|
+/*]]>*/
|
|
|
+</script>
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|