{extend name="layout" /} {block name="title"}{$siteConf.site_name|default='博客'} - 首页{/block} {block name="content"} {notempty name="recommendedArticles"} {if !$recommendedArticles->isEmpty()}
{volist name="recommendedArticles" id="rec" offset="0" length="1"} {$rec.title}
{$rec.category.name|default='推荐'}

{$rec.title}

{/volist}
{volist name="recommendedArticles" id="rec" offset="1" length="2"} {$rec.title}

{$rec.title}

{/volist}
{/if} {/notempty}

最新文章

{if $articles->isEmpty()}

站点还没有发布文章,敬请期待。

{else}
{volist name="articles" id="article"} {/volist}
{/if}
{/block}