<% let contType = '', indexBody = '', ball = false, misc, post, nt; if (is_root()) { contType = 'main__container'; indexBody = 'main'; } if (page.layout == 'crystalball') { ball = true; } if (page.layout == 'miscellaneous' || page.layout == 'tools') { misc = "miscellaneous"; } if (page.layout == 'post') { post = "post"; } if (page.network) { nt = "network"; } %> <%- partial('_partial/head') %>
<%- partial('_partial/navbar', null, {cache: !config.relative_link}) %> <%- partial('_partial/sidebar') %>
<%- body %>
<%- js('js/main.min.js') %> <% if (is_root()) { %> <%- js('js/index.min.js') %> <% } %> <% if (ball) { %> <%- js('js/ball.min.js') %> <% } %>