2023-03-21 13:54:36 +08:00
|
|
|
<#include "templates/layout_pjax.ftl">
|
|
|
|
<#include "templates/main/article.ftl">
|
2023-03-21 10:49:35 +08:00
|
|
|
<@layout title="${sheet.title} - ${blog_title!}" canonical="${sheet.fullPath!}">
|
|
|
|
<@article sheet,"sheet" />
|
|
|
|
</@layout>
|