<% const __status = (typeof statusCode !== 'undefined') ? statusCode : 404; %> <%= __status %> <%= typeof error !== 'undefined' ? '- Error' : '- Page Not Found' %> | <%= typeof botName !== 'undefined' ? botName : 'Toothless SQB Bot' %>
Toothless
<%= __status %>

<%= typeof error !== 'undefined' ? t('errors.error') : t('errors.pageNotFound') %>

<%= typeof error !== 'undefined' ? error : t('errors.oopsNotFound') %>

<%= t('common.backToHome') %>