文章管理
<% posts.forEach(post => { %> <% }); %>
标题 分类 作者 发布时间 操作
<% if (post.isTop) { %> 置顶 <% } %> <%= post.title %> <%= post.category %> <%= post.author %> <%= new Date(post.createdAt).toLocaleString() %> <% if (post.isTop) { %> <% } else { %> <% } %> <% if (post.isPublished) { %> <% } else { %> <% } %>
<%- include('../../components/pagination', { currentPage: pagination.currentPage, totalPages: pagination.totalPages, baseUrl: baseUrl, query: query }) %>