halo-theme-Single/sheet_links.ftl

12 lines
281 B
Plaintext

<#include "header.ftl">
<@head title="${sheet.title!} - ${blog_title!}" />
<div class="wrap min">
<main>
${sheet.formatContent!}
<#include "module/module_links.ftl">
</main>
<@global.comment target=sheet type="sheet" />
</div>
<#include "footer.ftl">