5 lines
222 B
HTML
5 lines
222 B
HTML
<#include "templates/layout_pjax.ftl">
|
|
<#include "templates/main/article_literature.ftl">
|
|
<@layout title="${sheet.title} - ${blog_title!}" canonical="${sheet.fullPath!}">
|
|
<@articleLiterature sheet,"sheet" />
|
|
</@layout> |