<@cms_include file="include.template.html">
<@cms_include file="header.template.html">
当前位置:${Site.name} <#list Catalog.ancestors?split(":") as catalogId> <@cms_catalog id="${catalogId}" level="Self"> <#list DataList as cc> > ${cc.name} > 正文

${(Content.title)}

${((Content.author!'')=='')?then("互联网",Article.author)}

<@cms_article contentid="${Content.contentId}"> ${dealArticleBody(ArticleContent)}

以上就是小编为您带来的“${(Content.title?replace("_",","))?replace(' ',",")}”全部内容,更多内容敬请关注${Site.name}!

分享到:
<#if Content.tags?? && Content.tags?size gt 0>
标签: <#list Content.tags as tag> ${tag}
相关文章
    <@cms_rela_content catalogid="${Content.catalogId}" page="false" size="6"> <#list DataList as c>
  • ${c.title}
<@cms_include file="block_right.template.html">
<@cms_include file="footer.template.html">