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
13 lines
367 B
<#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"> |