Skip to content

Commit 2019ad9

Browse files
committed
Be explicit and set autoescape to False.
1 parent 9e64745 commit 2019ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logya/template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from logya.util import cache, slugify
1111

1212
env = Environment(
13+
autoescape=False,
1314
lstrip_blocks=True,
1415
trim_blocks=True
1516
)

0 commit comments

Comments
 (0)