disable extensions
This commit is contained in:
parent
84815ac399
commit
bdf88d707a
@ -48,9 +48,7 @@ class ReflexJinjaEnvironment(Environment):
|
|||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
"""Set default environment."""
|
"""Set default environment."""
|
||||||
extensions = ["jinja2.ext.debug"]
|
|
||||||
super().__init__(
|
super().__init__(
|
||||||
extensions=extensions,
|
|
||||||
trim_blocks=True,
|
trim_blocks=True,
|
||||||
lstrip_blocks=True,
|
lstrip_blocks=True,
|
||||||
auto_reload=False,
|
auto_reload=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user