<%= status %>

<% if (status >= 500) { %>

Oops, looks like we're having a problem with your request.

Refreshing might fix the problem. If not, sit tight! We're on it!

<% } else if (status === 404) { %>

Sorry, it looks like the file you asked for is gone.

Take Me Home <% } else { %>

<%= error %>

Take Me Home <% } %>