%
var banner_img_height = parseFloat(page.banner_img_height || theme.index.banner_img_height)
var colorSchema = theme.dark_mode && theme.dark_mode.enable && theme.dark_mode.default ? theme.dark_mode.default : ''
%>
>
<%- partial('_partials/head.ejs') %>
<%- inject_point('bodyBegin') %>
<%- inject_point('header') %>
<% if(is_post() || page.layout === '404') { %>
<%- body %>
<% } else { %>
= 100 && theme.banner && theme.banner.parallax ? 'style="margin-top: 0"' : '' %>>
<% if(page.layout === 'about') { %>
<% } %>
<% } %>
<% if (theme.scroll_top_arrow.enable) { %>
<% } %>
<% if (theme.search.enable) { %>
<%- partial('_partials/search.ejs') %>
<% } %>
<% if (theme.custom_html) { %>
<% } %>
<%- partial('_partials/scripts.ejs') %>
<%- inject_point('bodyEnd') %>