{include file='common/_blog_require'/}

{:get_system_config('site_name')}

{:get_system_config('blog_welcome_tips','欢迎来到'.get_system_config('site_name').'的博客')}

全部 {volist name='list_category' id='category'} {$category.title} {/volist}
{volist name='list_post' id='post'}

{$post.title}

{volist name='post.categorys' id='post_category'} {$post_category.category.title} {/volist}

{$post.desc}

{/volist}