{include file='common/_require'/}
{include file='common/_left'/}

{$post.title}

{$post->publish_time_text} {:get_system_config('default_author')}
{$post.desc_html|raw}
{if !empty($post.jump_to_url) && $post.jump_to_url_status != 0} {if $post.jump_to_url_status == 2 } {/if} {/if}
{$post->start_content|raw} {$post->content_html_show|raw} {$post->end_content|raw} {:\\app\\common\\tools\\PostBlock::copyright($post)}
最近浏览
{volist name='list_last_visit' id='vo'}
{$vo.nickname_title}
{$vo.create_time_title}
{/volist}
累计浏览次数:{$post->hits_title}
评论
{volist name='$post.comments' id='comment'}
{$comment.user.nickname|default=$comment.user.account}
{$comment.content}
{if !empty($user_info) && $user_info.uid == $comment.user_uid }
删除
{/if}
{/volist}
{empty name='Request.session.user_uid'} 点击登录 {else /} {$user_info.nickname|default=$user_info.account} 退出 {/empty}
{include file='common/_right'/}
{if !$Request.isMobile } {/if}