<%= status %>
<% if (status >= 500) { %>
<%= error %>
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
<% } %>