feat: better tokens

This commit is contained in:
2026-04-17 00:48:44 +02:00
parent b103890009
commit 1f1f142446
12 changed files with 137 additions and 38 deletions
+1
View File
@@ -6,6 +6,7 @@ class Page:
path: str
with_index: bool
host: str | None = None
token_hash: str | None = None
def get_url_path(self) -> str:
return f"/{self.path}/"