<%inherit file="base.html" /> <%! from django.core.urlresolvers import reverse %> <%block name="bodyclass">error <%block name="title"> % if error == '404': 404 - Page Not Found % elif error == '500': 500 - Internal Server Error % endif <%block name="content">
% if error == '404':

Hmm…

we can't find that page.

% elif error == '500':

Oops…

there was a problem with the server.

% endif Back to dashboard