<@_tagTypeList pageIndex=pageNum count=numPerPage>
<#include "../include_page/parameters.html"/>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'tag_type.tag_count'/>
${a.id!} ${(a.name)!} ${a.count!}
<#include "../include_page/page.html"/>