#include('./header.html',{has_sub:'other', active:'category', title:'分类管理'})

分类/标签管理

分类列表

#for(c : categories)
#if(c.name == '默认分类') #else #end
#end

标签列表

#for(c : tags)
#end
#include('./footer.html')