lang="<%- config.language.substring(0,2) %>"<% } %>>
<%- partial('_partial/head') %>
<% if(page.layout === 'gallery') { %>
<%- partial('_widget/page-gallery') %>
<% } else { %>
<% if(theme.scheme === 'Isolation') { %>
<%- partial('_partial/isolate_info') %>
<% } %>
<% if(theme.scheme === 'Paradox') { %>
<% } %>
<%- body %>
<% if(theme.scheme === 'Paradox') { %>
<%- partial('_partial/sidebar') %>
<% } %>
<% if( (theme.scheme === 'Paradox') && (is_post() || is_home() || is_archive() || is_category() || (page.totop === true) ) ) { %>
<%- partial('_partial/footer_top') %>
<% } %>
<%- partial('_partial/footer') %>
<%- partial('_partial/import_js') %>
<% } %>