知识分类

    “<#if curtype??>${curtype.name!''}<#else>默认”<#if topicList??>(${topicList.totalElements!''})
    <#if curtype??>
    <#if curtype??> <#if curtype??>

    <#if topicList?? && topicList.content??> <#list topicList.content as topic>
    标题 有效期开始 有效期结束 热门 操作
    ${(topic.title!'')?no_esc} <#if topic.begintime??>${topic.begintime?string('yyyy-MM-dd')} <#if topic.endtime??>${topic.endtime?string('yyyy-MM-dd')} <#if topic.top> 编辑 移除