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

<%=page.title%>

<% if (is_root()) { %> <% } %> <% if (ball) { %> <% } %>