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
Just testing templating module, it looks great, but one feature is terrible, by default autoescape of Jinja2 is ON and lots of symbols is escaped. solution is simple:
app.ext.environment.autoescape = False
I use url_for() function in Flask and it' will be good to add it to templating
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Just testing templating module, it looks great, but one feature is terrible, by default autoescape of Jinja2 is ON and lots of symbols is escaped. solution is simple:
app.ext.environment.autoescape = False
I use url_for() function in Flask and it' will be good to add it to templating
Thanks
The text was updated successfully, but these errors were encountered: