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