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
Currently the only way to set autoescape is either via a template directive, or globally via pongo2.SetAutoescape. There's no way to set it for individual template sets or before template execution via Options.
The request here is to expand the Options object to allow controlling the Autoescape parameter's default value prior to template execution.
The text was updated successfully, but these errors were encountered:
Currently the only way to set autoescape is either via a template directive, or globally via
pongo2.SetAutoescape
. There's no way to set it for individual template sets or before template execution viaOptions
.The request here is to expand the Options object to allow controlling the Autoescape parameter's default value prior to template execution.
The text was updated successfully, but these errors were encountered: