This commit is contained in:
Van
2018-09-25 12:22:43 +08:00
parent 73c125c9f0
commit c72a9f3835
4 changed files with 16 additions and 43 deletions

View File

@@ -29,6 +29,8 @@
</head>
<body>
<#include "header.ftl">
<div id="pjax">
<#if pjax><!---- pjax {#pjax} start ----></#if>
<#include "nav.ftl">
<div class="main">
<#if noticeBoard??>
@@ -47,10 +49,12 @@
<div class="article__bottom">
<@comments commentList=pageComments article=page></@comments>
</div>
<div style="margin: 0 20px">
<#include "bottom.ftl">
<#include "footer.ftl">
<#if pjax><!---- pjax {#pjax} end ----></#if>
</div>
<#include "footer.ftl">
<#if pjax><!---- pjax {#pjax} start ----></#if>
<@comment_script oId=page.oId></@comment_script>
<#if pjax><!---- pjax {#pjax} end ----></#if>
</body>
</html>