<#assign attribute=category.attribute/> ${(attribute.title)?has_content?then(attribute.title,category.name)!}

${(site.name)!}

<#macro bread category> <#if category.parentIds?has_content> <@cms.category ids=category.parentIds> <#list map as k,category> ${category.name} > ${category.name} >

<@bread category/>

${(category.name)!}

<@cms.contentList categoryId=category.id containChild=category.containChild pageIndex=pageIndex pageSize=category.pageSize>
<#-- footer --> <#-- end footer -->