5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
<#include "templates/layout_pjax.ftl">
|
|
<#include "templates/main/article.ftl">
|
|
<@layout title="${post.title!} - ${blog_title!}" canonical="${post.fullPath!}">
|
|
<@article post,"post" />
|
|
</@layout> |