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