9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-30 20:29:13 +00:00

python: separate css from html template

This commit is contained in:
Anthony Donlon
2025-12-22 22:28:46 +08:00
parent c0e576478a
commit 9fbcba1a34
8 changed files with 37 additions and 125 deletions

View File

@@ -20,7 +20,7 @@ env = Environment(
lstrip_blocks=True,
)
base_template: Template = env.get_template("error.html")
base_template: Template = env.get_template("template.html")
class ErrorPageParams(TypedDict):