@include("/common/front-style.html"){} @include("/common/front-script.html"){} @include("/common/front-header-with-search.html"){} @include("/common/front-rit.html"){}
@if(isEmpty(topicList)){

暂无专题

@}else{ @for(topic in topicList){
${topic.topicName}
@if(strutil.length (topic.topicDesc) > 90){ ${strutil.subStringTo(topic.topicDesc,0,90)}... @}else{ ${topic.topicDesc} @}
@} @}
@if(isEmpty(topicList)){ @}else{
@}
@include("/common/front-footer.html"){} @include("/common/front-script.html"){}