#include "/common/_layout.html"/>
<@layout>
| id |
标题 |
操作 |
<#list blogPage.getList() as x>
| ${x.id} |
${x.title} |
删除
修改
|
#list>
<#include "/common/_paginate.html" />
<@paginate currentPage=blogPage.pageNumber totalPage=blogPage.totalPage actionUrl="/blog/" />
@layout>