|
|
@@ -0,0 +1,35 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="ko"
|
|
|
+ xmlns:th="http://www.thymeleaf.org"
|
|
|
+ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
|
|
|
+
|
|
|
+<head th:replace="~{mob/common/fragments/HeadMob :: head}"></head>
|
|
|
+
|
|
|
+<body>
|
|
|
+
|
|
|
+ <th:block th:replace="~{mob/common/fragments/VariablesMob :: variables}"></th:block>
|
|
|
+
|
|
|
+ <div class="app">
|
|
|
+ <!-- CONTENT AREA -->
|
|
|
+ <th:block layout:fragment="content"></th:block>
|
|
|
+ <!-- // CONTENT AREA -->
|
|
|
+
|
|
|
+ <!-- Footer -->
|
|
|
+ <th:block th:replace="~{mob/common/fragments/FooterMob :: footer}"></th:block>
|
|
|
+
|
|
|
+ <th:block th:replace="~{mob/common/fragments/ScriptsMob :: scripts}"></th:block>
|
|
|
+ <!-- <th:block th:replace="~{mob/common/fragments/MarketingScripts :: mscripts}"></th:block> -->
|
|
|
+
|
|
|
+<script th:inline="javascript">
|
|
|
+/*<![CDATA[*/
|
|
|
+
|
|
|
+ $(document).ready(function() {
|
|
|
+
|
|
|
+ });
|
|
|
+/*]]>*/
|
|
|
+</script>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|