<@bread category/>
${(category.name)!}
<@cms.contentList categoryId=category.id containChild=category.containChild pageIndex=pageIndex pageSize=category.pageSize>- 
        <#list page.list as content>
            
- 
                ${content.title}<#if content.cover?has_content> #if> ${content.description!} #list>
- 
            <#assign
                start=1
                end=page.totalPage
            />
            <#if (page.pageIndex-5) gt start>
                <#assign start=page.pageIndex-4/>
            #if>
            <#if (page.pageIndex+5) lt end>
                <#assign end=page.pageIndex+4/>
            #if>
            
- Previous page <#if start gt 1>
- 1
- ... #if> <#list start..end as n>
- ${n} #list> <#if end lt page.totalPage>
- ...
- ${page.totalPage} #if>
- Next page