Errors Blueprint¶
Overview¶
The errors blueprint handles all error pages and HTTP errors. It is registered under the /errors URL prefix.
Routes¶
URL |
Method |
Description |
|---|---|---|
|
Displays the 404 Not Found error page. |
|
|
Displays the 500 Internal Server Error page. |
Templates¶
errors/404.htmlerrors/500.html