<%= post.title %>
作者:<%= post.author %>
|
分类:<%= post.category %>
|
发布时间:<%= new Date(post.createdAt).toLocaleDateString('zh-CN') %>
<%= post.content %>
<% if (user) { %>
收藏
<% } %>
← 返回首页
评论区
加载中...
<% if (user) { %>
发表评论
<% } else { %>
请
登录
后发表评论
<% } %>
评论区