<%- partial('_partial/head') %> <% if (!page.prev && theme.cover) { %>
<% if (theme.cover.scheme == 'search') { %> <%- partial('_cover/search') %> <% } %>
<%- partial('_partial/header', null, {cache: !config.relative_link, path: path}) %>
<% } else { %> <%- partial('_partial/header', null, {cache: !config.relative_link, path: path}) %> <% } %>
<%- body %>
<%- partial('_partial/scripts') %>