2023-03-21 10:49:35 +08:00

5 lines
191 B
Plaintext

<#include "template/layout.ftl">
<#include "template/main/article.ftl">
<@layout title="${post.title!} - ${blog_title!}" canonical="${post.fullPath!}">
<@article post,"post" />
</@layout>