#@layout() #define script() #end #define content() 文章标签 首页 / 文章 / 文章标签 * 名称 内容 #(category.content ??) 摘要 #(category.summary ??) 排序 其显示方式决定在模板的读取方式。 #if(styles && styles.size() > 0 ) 样式 默认 #for(style : styles) #(style) #end #end 显示到菜单 SEO 描述 #(category.meta_description ??) 关键字 名称 描述 排序 #for(category : page.list) #(category.title) (#(category.count ?? 0)) 编辑 | 删除 | 查看 #(category.content ??) #(category.order_number ??) #else 暂无数据 #end #end
其显示方式决定在模板的读取方式。