% const __status = (typeof statusCode !== 'undefined') ? statusCode : 404; %>
<%= typeof error !== 'undefined' ? error : t('errors.oopsNotFound') %>