Initial commit

This commit is contained in:
2021-12-28 08:36:20 +08:00
commit c7703a1cba
17 changed files with 321 additions and 0 deletions

9
post.ftl Normal file
View File

@@ -0,0 +1,9 @@
<#include "module/macro.ftl">
<@layout title="${post.title!} - ${blog_title!}">
<h1>${post.title!}</h1>
<article>
${post.formatContent!}
</article>
<#include "module/comment.ftl">
<@comment post=post type="post" />
</@layout>