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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user