<@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}
一级 二级 三级
<@cms_catalog alias="zx" level="Current" page="false" size="100"> <#list DataList as c1> <#if c1.alias!='company'> <@cms_catalog id="${c1.catalogId}" level="Child" page="false" size="100"> <#if DataList?size gt 0> <#list DataList as c2> <#if c2?index==0> <#if DataList?size==0>
${c1.name}
<@cms_catalog id="${c2.catalogId}" level="Child" page="false" size="100"> <#list DataList as c3> ${c3.name}
<@cms_content catalogid="${c2.catalogId}" level="CurrentAndChild" page="false" size="100"> <#list DataList as cc> ${cc.title}
${c1.name} ${c1.name} <@cms_content catalogid="${c1.catalogId}" level="CurrentAndChild" page="false" size="100"> <#list DataList as cc> ${cc.title}
<@cms_include file="footer.template.html">