{{ status_code }} Error Page
This is an error page. It acts as a template and is passed 3 keyword arguments:
status_code
: currently, this is{{ status_code }}
kwargs
: if this error was caused by an uncaught exception or raising a HTTPError,kwargs['exc_info']
is available as an exception triple.handler
: the handler object. For example,handler.request.uri
is{{ handler.request.uri }}
.
You may show any information you want here.