diff --git a/app/templates.py b/app/templates.py index 283ee44..c5351bb 100644 --- a/app/templates.py +++ b/app/templates.py @@ -38,7 +38,7 @@ from app.utils.highlight import HIGHLIGHT_CSS from app.utils.highlight import highlight _templates = Jinja2Templates( - directory=["data/templates", "app/templates"], + directory=["data/templates", "app/templates"], # type: ignore # bad typing trim_blocks=True, lstrip_blocks=True, )