<% if (error.code === 404) { %>

Oops ! Page not found

Bla bla not found

<% } else if (error.code === 401) { %>

Oops! Unauthorized

Bla bla unauthorized

<% } else { %>

Internal error

An unexpected error has been encountered. Please contact us if the problem persists.

<% } %>