You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You maybe interested in BetterJinja. I've rewritten the syntax from scratch so that it can take advantage of the Default HTML syntax improvements. Plus it also provides a few nice features as well.
Hi, first of all, thanks to fork and maintain this nice package. I've recently started to learn & use jinja2 and I find it really handy.
Here's the thing, I've found there is a problem when trying to render inner single/double quotes in html tags, example below:
foo.html.j2
They'll be rendered like this:
Is this because I'm doing something wrong here or it's just a bug that needs to be fixed?
Thanks in advance!
The text was updated successfully, but these errors were encountered: