<#macro article post,layout,commentType,index> <#include "../comment/comment.ftl"> <#--
<#else>style="margin-left: 10px;">-->
style="display: block" > <#if is_post?? || is_page?? || is_sheet??> <#else > <#if post.thumbnail?? && post.thumbnail!=''>
<#if index> ${post.title!} <#else> ${post.title!}
<#if is_post??>

<#if index> ${post.title!} <#else> ${post.title!}

<#else>

<#if index> ${post.title!} <#else> ${post.title!}

<#if index && post.summary?? && post.summary!=''> ${post.summary!} <#else> ${post.formatContent!}
<#if !index>
<#if tags?? && (tags?size gt 0)>
# <#list tags as tag> ${tag.name!} 
最后编辑时间:${post.editTime!?string('yyyy-MM-dd HH:mm:ss')}
<#if index>
<#if post.tags?? && (post.tags?size gt 0)>
# <#list post.tags as tag> ${tag.name!} 
<#if post.summary?? && post.summary!=''>
<#if !index>

本文由 ${user.nickname!} 创作,如果您觉得本文不错,请随意赞赏
采用 知识共享署名4.0 国际许可协议进行许可
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名
原文链接:${context!}/archives/${post.url!}
最后更新:${post.editTime?string('yyyy-MM-dd HH:mm:ss')}

<#if !index> <#if (settings.donate_alipay?? && settings.donate_alipay!='') || (settings.donate_wechat?? && settings.donate_wechat!='')>
<#if settings.donate_alipay?? && settings.donate_alipay!=''> <#include "../donate/alipay.ftl"> <#if settings.donate_wechat?? && settings.donate_wechat!=''> <#include "../donate/wechat.ftl">
<#if !index && nextPost?? && prePost??>
<#if prePost??> <#if nextPost??>
<#if !index>

评论

<#if commentType == 'post'> <@comment post,"post" /> <#else> <@comment post,"sheet" />