<%- partial('_partial/head') %> <% if (is_home()) { %> <%- body %> <% } else { %> <%- partial('_partial/header', null, {cache: !config.relative_link, path: path}) %>
<%- body %>
<% } %> <%- partial('_partial/scripts') %>