2 |
3 |
4 | 8 | 9 | 10 |
11 | 12 |
13 |
14 |

<%= post.title %>

15 |
<%- post.content %>
16 |
17 | <%= post.created_at %> 18 | 19 | 浏览(<%= post.pv %>) 20 | 留言(<%= post.commentsCount %>) 21 | 22 | <% if (user && post.author._id && user._id.toString() === post.author._id.toString()) { %> 23 | 31 | <% } %> 32 | 33 | 34 |
35 |
36 |
37 |
38 |