<% if( (page.toc === true) || (is_post() && page.toc !== false) ) { %> <%- partial('_partial/toc_button') %> <% } %> <% if(page.layout === 'tags') { %> <%- partial('_widget/page-tagcloud') %> <% } else if(page.layout === 'links') { %> <%- partial('_widget/page-links') %> <% } else if(page.layout === 'timeline') { %> <%- partial('_widget/page-timeline') %> <% } else { %>
<%- partial('_partial/post-header') %> <% if(theme.scheme === 'Paradox') { %> <%- partial('_partial/Paradox-post-info') %> <% } %> <%- partial('_partial/post-content') %> <% if(theme.scheme === 'Isolation') { %> <%- partial('_partial/Isolation-post-info') %> <% } %> <% if(page.comment !== false) { %> <%- partial('_partial/comment') %> <% } %>
<%- partial('_partial/post-nav') %>
<% } %>