<#include "module/macro.ftl"> <@layout title="分类:${category.name} - ${blog_title!}">
<#include "module/header.ftl">
分类:${category.name}
<#list posts.content as post>
${post.title!}
${post.createTime?string('yyyy-MM-dd')}
<#if posts.totalPages gt 1> <@paginationTag method="categoryPosts" page="${posts.number}" total="${posts.totalPages}" display="3">