<#if topic.account == null || topic.account == ''>
此用户账号已注销
#if>
${topic.title}
<#list topic.allowRoleViewList as roleName>
${roleName}
#list>
<#list topic.hideTagTypeMap as key, value>
<#if value?c == 'true'>
<#else>
#if>
#list>
<#if topic.essence == true>
精华
#if>
<#if topic.sort gt 0>
置顶
#if>
<#if topic.giveRedEnvelopeId != null && topic.giveRedEnvelopeId??>
#if>
<#if topic.imageInfoList?size gt 0 || topic.mediaInfoList?size gt 0>
<#if topic.imageInfoList?size gt 0>
<#list topic.imageInfoList as imageInfo>
<#-- 图片最多显示8张 -->
<#if imageInfo_index lt 8>
-
<#-- 本地缩略图 -->
<#if fileStorageSystem == 0>
#if>
<#-- SeaweedFS缩略图 使用nginx image_filter的缩略图处理功能 -->
<#if fileStorageSystem == 10>
#if>
<#-- MinIO缩略图 使用nginx image_filter的缩略图处理功能 -->
<#if fileStorageSystem == 20>
#if>
<#-- 阿里云OSS缩略图 -->
<#if fileStorageSystem == 30>
#if>
#if>
#list>
<#else>
<#list topic.mediaInfoList as mediaInfo>
<#-- 视频最多显示3个 -->
<#if mediaInfo_index lt 3>
#if>
#list>
#if>
<#else>
${topic.summary}
#if>