<%- post.title %>

<%- post.content %> <% if(post.layout && post.layout === 'post') { %> <%- partial('_widget/ads/adSense', null, { cache: false }) %> <% } %>
<% if (theme.donateLink){ %>
<%= __('donate') %>
<% } %> <% if (post.tags){ %> <% } %>
<% if(post.layout && post.layout === 'post' && theme.post_declare) { %>

<%= __('post_declare') %>: <%= theme.post_declare.desc %>

<% } %> <% if(post.layout && post.layout !== 'post') { %> <%- partial('_widget/ads/adSense', null, { cache: false }) %> <% } %> <%- partial('_partial/comments', null, { cache: false }) %>