#include('./header.html',{has_sub:'other', active:'page', title:'页面管理'})

文章管理

#for(post : articles.list) #end
页面名称 页面路径 发布时间 发布状态 操作
${post.title} ${post.slug} ${fmtdate(post.created, 'yyyy-MM-dd HH:mm:ss')} #if(post.status == 'publish') 已发布 #elseif(post.status == 'draft') 草稿 #end 编辑 删除 预览
#include('./footer.html')