#include('./header.html',{active:'article', title:'文章管理'})

文章管理

#for(post : articles.list) #end
文章标题 发布时间 浏览量 所属分类 发布状态 操作
${post.title} ${fmtdate(post.created, 'yyyy-MM-dd HH:mm:ss')} ${post.hits} ${post.categories} #if(post.status == 'publish') 已发布 #elseif(post.status == 'draft') 草稿 #end 编辑 删除 预览
#call pageAdminNav(articles)
#include('./footer.html')