Escaping problem when renaming jinja template from .htm to .jinja #5332
Unanswered
BobSquarePants
asked this question in
Q&A
Replies: 2 comments
-
I'd say that this is expected and documented behavior https://flask.palletsprojects.com/en/3.0.x/templating/
|
Beta Was this translation helpful? Give feedback.
0 replies
-
you should configure your editor to applying jinja highlighting for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I don't know if the following is a unexpected behavior, so I wanted your advice before posting as an Issues.
My Jinja template file had extension
.htm
and everything was working smoothly.But I change them to
.jinja
to directly have the right syntax color in my editor.and weirdly changing the file extension mess it up when escaping characters more info --> brython-dev/brython#2313
Cheers
Beta Was this translation helpful? Give feedback.
All reactions