halo-theme-Single/post.ftl
2022-04-10 11:10:56 +08:00

10 lines
254 B
Plaintext

<#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>