404

🔍

Page Not Found

Oops! The page you're looking for seems to have wandered off into the digital void. Don't worry though - even the best developers encounter 404s sometimes!

Here are some things you can try:

error.py
class PageNotFound:
  def __init__(self):
    self.status = 404
    self.message = "Not Found"
    self.redirect = "/"