You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
367 B

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