Merge with Xamora

This commit is contained in:
2024-01-24 16:14:15 +01:00
15 changed files with 798 additions and 153 deletions

View File

@ -59,6 +59,7 @@ async function renderView(view)
let error_code = await view.postInit();
if (error_code === 404)
renderView(new PageNotFoundView());
else if (error_code === 403)