homepage content purge

This commit is contained in:
2025-05-09 15:49:17 -05:00
parent f437dd4271
commit 850e27a8e2
2 changed files with 6 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ def funcGen(pagename, pages):
return flask.render_template('header.html', var=pages[pagename])
except Exception:
e = HTTPerror.InternalServerError()
print(e)
return page404(e)
return dynamicRule