Skip to content

Commit

Permalink
Merge pull request #257 from snek5000/jinja2-without-autoescape
Browse files Browse the repository at this point in the history
Remove autoescape=True which breaks phill
  • Loading branch information
paugier committed Dec 20, 2022
2 parents c8fd059 + c3b7db7 commit 3731a70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/snek5000/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def get_base_templates():
env = jinja2.Environment(
loader=jinja2.PackageLoader("snek5000", "resources"),
undefined=jinja2.StrictUndefined,
autoescape=True,
)

box = env.get_template("box.j2")
Expand Down

0 comments on commit 3731a70

Please sign in to comment.