<#if isStatic!=true> <#include "../../src/freeMarkComponents/head.html" /> <#else>
<#list content.frontChannelLevelVos as frontChannelLevelVos>

${(content.title)!''}

时间:

${(content.publishTimeStr)!''}

来源:

${(content.contentSourceName)!''}

作者:

${(content.author)!''}

阅读:

${(content.views)!''}

${(content.summary)!''}
<#if extend.contents??>

${(extend.contents['正文'])!'无内容'}

<@cms_content_next contentId="${(content.id)!''}" isNext='false'> <@cms_content_next contentId="${(content.id)!''}" isNext='true'>
<#include "../comment/comment.html" />

热点排行

<@cms_content_list channelPaths="news" orderBy="5" count="10">
<#assign startIndex=0 /> <#assign endIndex=1 /> <#if contentList?? && (contentList?size> 0)> <#list startIndex..(endIndex - 1) as i> <#if i < contentList?size>
  • 1

    ${(contentList[i].title)!''}

  • <#assign startIndex=1 /> <#assign endIndex=2 /> <#if contentList?? && (contentList?size> 0)> <#list startIndex..(endIndex - 1) as i> <#if i < contentList?size>
  • 2

    ${(contentList[i].title)!''}

  • <#assign startIndex=2 /> <#assign endIndex=3 /> <#if contentList?? && (contentList?size> 0)> <#list startIndex..(endIndex - 1) as i> <#if i < contentList?size>
  • 3

    ${(contentList[i].title)!''}

  • <#assign startIndex=3 /> <#assign endIndex=10 /> <#if contentList?? && (contentList?size> 0)> <#list startIndex..(endIndex - 1) as i> <#if i < contentList?size>
  • ${(contentList[i].index)!''}

    ${(contentList[i].title)!''}

  • <#if isStatic!=true> <#include "../../src/freeMarkComponents/footer.html" /> <#else>