%- themeInitScript %>
<%= pageTitle %><% if (siteTitle && pageTitle !== siteTitle) { %> — <%= siteTitle %><% } %>
<%- faviconLinkHtml || '' %>
<% if (config.theme?.codeHighlight !== false) { const isDarkDefault = appearance === 'dark'; %>
>
> <% } %> <%- pluginHeadScriptsHtml || '' %> <% (customCssFiles || []).forEach(cssFile => { %>
<% }); %>
<%= typeof t === 'function' ? t('skipToContent') : 'Skip to content' %>
<% if (sidebarConfig?.enabled !== false) { %> <% } %>
<%- content %>
<%- await include('partials/footer', { footerConfig, config, relativePathToRoot, logo, siteTitle, footerHtml }) %>
⚡ docmd-search
<%- pluginBodyScriptsHtml || '' %> <% (customJsFiles || []).forEach(jsFile => { if (jsFile && jsFile.trim() !== '') { %> <% } }); %>