halo-theme-Single/page.ftl

11 lines
257 B
Plaintext

<#include "header.ftl">
<@head title="page -${blog_title!}" />
<#include "module/module_pageNav.ftl">
<main>
<div class="wrap min">
<#include "module/module_post.ftl">
<@pageNav method="page" />
</div>
<main>
<#include "footer.ftl">