10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
<#include "module/macro.ftl">
|
|
<@layout title="${sheet.title!} - ${blog_title!}">
|
|
<h1>${sheet.title!}</h1>
|
|
<article>
|
|
${sheet.formatContent!}
|
|
</article>
|
|
<#include "module/comment.ftl">
|
|
<@comment post=sheet type="sheet" />
|
|
</@layout>
|