The page you requested could not be found. It may have been moved, deleted, or never existed in the first place.

Traceback (most recent call last):

  File "/blog/routes.py", line 42, in get_page
    page = database.fetch(request.path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PageNotFoundError: '/undefined-page' does not exist

During handling of the above exception, another exception occurred:

  File "/blog/routes.py", line 48, in get_page
    raise HTTPException(404, "Page not found")

HTTPException: 404 - The requested page was not found on this server.

Suggestions

Check the URL for typos, or head back to the homepage. You can also browse the git repositories or read the about page.

import this

“Errors should never pass silently.” – The Zen of Python