halo-theme-Single/sheet_links.ftl

12 lines
281 B
Plaintext
Raw Permalink Normal View History

2022-04-15 21:53:07 +08:00
<#include "header.ftl">
<@head title="${sheet.title!} - ${blog_title!}" />
<div class="wrap min">
<main>
2022-06-11 20:35:47 +08:00
${sheet.formatContent!}
2022-06-19 00:31:24 +08:00
<#include "module/module_links.ftl">
2022-04-15 21:53:07 +08:00
</main>
<@global.comment target=sheet type="sheet" />
</div>
<#include "footer.ftl">