>
<%= pageTitle %>
<%- faviconLinkHtml || '' %>
<% const isDarkDefault = defaultMode === 'dark'; %>
>
>
<% if (theme && theme.name !== 'default') { %>
<% } %>
<% (customCssFiles || []).forEach(cssFile => {
const cleanPath = cssFile.startsWith('/') ? cssFile.substring(1) : cssFile;
%>
<% }); %>
<%- themeInitScript %>
<% if (logo) { %>
<% if (logo.light) { %>
<% } %>
<% if (logo.dark) { %>
<% } %>
<% } %>
<%= typeof t === 'function' ? t('errorCode404') : '404' %>
<%= title || (typeof t === 'function' ? t('pageNotFound') : 'Page not found') %>
<%= content || (typeof t === 'function' ? t('pageNotFoundMsg') : 'The page you’re looking for doesn’t exist or has moved.') %>