<% if (theme.plugins.wordcount) { %>

<%- __('post.wordcount', wordcount(post.content))%>

<%- __('post.duration', min2read(post.content))%>

<% } %>