<% if (logo) { %> <% if (logo.light) { %> <% } %> <% if (logo.dark) { %> <% } %> <% } %>

<%= 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.') %>

<%= typeof t === 'function' ? t('returnHome') : 'Return home' %> <%= typeof t === 'function' ? t('goBack') : 'Go back' %>