halo-theme-Single/sheet_about.ftl

10 lines
197 B
Plaintext
Raw Normal View History

2022-06-02 22:20:24 +08:00
<#include "header.ftl">
<@head title="${sheet.title!} - ${blog_title!}" />
<div class="wrap min">
<main>
2022-06-19 00:31:24 +08:00
<#include "module/module_post.ftl">
2022-06-02 22:20:24 +08:00
</main>
</div>
<#include "footer.ftl">