This commit is contained in:
Van
2019-03-28 12:14:02 +08:00
parent e3d7be6f23
commit 59450e3218
9 changed files with 524 additions and 292 deletions

View File

@@ -26,11 +26,13 @@
</@head>
</head>
<body>
<#include "marcr-header.ftl">
<@header type='index'></@header>
<div id="pjax" class="wrapper">
<div id="pjax">
<#if pjax><!---- pjax {#pjax} start ----></#if>
<#include "marcr-header.ftl">
<@header type='index'></@header>
<div class="wrapper">
<#include "article-list.ftl">
</div>
<#if pjax><!---- pjax {#pjax} end ----></#if>
</div>
<#include "footer.ftl">