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

5 lines
194 B
Plaintext

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