halo-theme-Single/sheet.ftl

13 lines
367 B
Plaintext

<#include "header.ftl">
<@head title="${sheet.title!} - ${blog_title!}"/>
<div class="wrap min">
<section class="post-title">
<h2>${sheet.title!}</h2>
</section>
<article class="post-content">
${sheet.formatContent!}
</article>
<@global.comment target=sheet type="sheet" />
</section>
</div>
<#include "footer.ftl">