halo-theme-Single/sheet.ftl

13 lines
367 B
Plaintext
Raw Normal View History

2022-04-15 13:11:12 +08:00
<#include "header.ftl">
<@head title="${sheet.title!} - ${blog_title!}"/>
2022-06-22 00:55:06 +08:00
<div class="wrap min">
<section class="post-title">
2022-04-15 13:11:12 +08:00
<h2>${sheet.title!}</h2>
</section>
<article class="post-content">
2022-04-10 11:10:56 +08:00
${sheet.formatContent!}
</article>
2022-04-15 21:53:07 +08:00
<@global.comment target=sheet type="sheet" />
2022-04-15 13:11:12 +08:00
</section>
</div>
<#include "footer.ftl">