{if #url.id == 0} {include file="includes/header.html" title="Home"} {else} {include file="includes/header.html" title="#category.name"} {/if}
{foreach #posts as $post}
{$post.title} 发布时间:{api format_time($post.create_time)}
{if api::is_string_empty($post.summary) == false} {$post.summary} ...阅读全文 {else} {$post.content} {/if}
{if $post.tags != null} {code $tags = explode(',', $post.tags);} {foreach $tags as $tag} {$tag} {/foreach} {else} 尚未添加标签 {/if}      阅读:{$post.read_count}   评论:{$post.comment_count}
{/foreach} {if count(#posts) > 0} {/if}
{include file="includes/footer.html"}