{:$item.title??($item.name??'无')} {$item.content|default=''} {if isset($item['images']) || isset($item['image'])} {php}$imageList = array_filter(explode(',', $item['images']??$item['image']));{/php} {if $imageList} {foreach name="imageList" id="image"} {/foreach} {/if} {/if} {$item.createtime|human_date}