<% if (post.excerpt && index){ %>
<%- post.excerpt %>
<% } else { %>
<% if (!page.pageid){ %>
总字数
<%= wordcount(post.content) %>
预计阅读时间
<%= min2read(post.content) %> 分钟
<% } %>
<%- post.content %>
<% } %>
<% if ((theme.reward_type === 2 || (theme.reward_type === 1 && post.reward)) && !index){ %>