This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
redemption/post.ftl

10 lines
267 B
Plaintext
Raw Normal View History

2021-12-28 08:36:20 +08:00
<#include "module/macro.ftl">
<@layout title="${post.title!} - ${blog_title!}">
<h1>${post.title!}</h1>
<article class="heti">
2021-12-28 08:36:20 +08:00
${post.formatContent!}
</article>
<#include "module/comment.ftl">
<@comment post=post type="post" />
</@layout>