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

${(site.name)!}

<#macro bread category> <#if category.parentId?has_content> <@cms.category id=category.parentId;category> <@bread category/> ${category.name} >

<@bread category/>

${(category.name)!}

<@cms.contentList categoryId=category.id containChild=category.containChild pageIndex=pageIndex pageSize=category.pageSize>