@include("/widget/head")
@if (count($aList) == 0)

看起来这里没有任何东西…

@else
@if (@$aTag['name'])

{{@$aTag['name']}} {{@$aTag['count']}}

@endif @if ($search)

搜索 {{$search}}

@endif @if ($sTypeSub)

{{$sTypeSub}}{{count($aList)}}

@endif
@include("/article/listAjax")
@endif
@include("/widget/foot")