halo-theme-Single/index.ftl

10 lines
251 B
Plaintext

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