{#foreach $T.list as item}<li><div class="box"><div class="box-img"><img src="{$T.item.image_url}" onerror="this.src='https://oss.matchpages.cn/matchpages/common/2020/0407/5e8c6bd3697cb.jpg';this.onerror=null" alt="{$T.item.alt}"></div><div class="box-content"><div class="box-content-title"><a href="{$T.item.link}" class="brick-hover-child-color-yellow"><h3>{$T.item.name}</h3></a></div><div class="box-content-p"><p> {#if $T.item.tags && $T.item.tags.length > 0} {#foreach $T.item.tags as item2} {#if $T.item2$index == $T.item.tags.length - 1} {$T.item2.name} {#else} {$T.item2.name}, {#/if} {#/for} {#/if}</p></div></div></li> {#/for} {#foreach $T.list as item} {#if $T.item.type == 0}<li class="arow-prev brick-hover-child-background-yellow"><a data-page="{$T.item.num}" href="javascript:void(0)"><span class="fa fa-angle-left"></span></a></li> {#/if} {#if $T.item.type == 1}<li class="brick-hover-child-background-yellow"><a data-page="{$T.item.num}" href="javascript:void(0)">{$T.item.num}</a></li> {#/if} {#if $T.item.type == 2}<li class="active brick-hover-child-background-yellow"><a data-page="{$T.item.num}" href="javascript:void(0)">{$T.item.num}</a></li> {#/if} {#if $T.item.type == 3}<li class="arow-next brick-hover-child-background-yellow"><a data-page="{$T.item.num}" href="javascript:void(0)"><span class="fa fa-angle-right"></span></a></li> {#/if} {#/for}