{volist name='postlist' id='post'}

{$post.title|htmlentities}

{$post.summary|strip_tags|htmlentities}
{/volist} {if $config.pagemode=='normal'}
{:$postlist->render()}
{if $postlist->isEmpty()}
暂无数据
{/if} {else/} {if $postlist->isEmpty()}
暂无更多数据
{else /}
加载更多
{/if} {/if}