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
The README.md is still very much based on pongo2. Especially the supported Jinja2 features, which differ from Django templates should be better highlighted, e.g.:
Supported filter syntax: e.g. {{ foo | default("bar") }}
String concatenation with ~
The text was updated successfully, but these errors were encountered:
The README.md is still very much based on pongo2. Especially the supported Jinja2 features, which differ from Django templates should be better highlighted, e.g.:
{{ foo | default("bar") }}
~
The text was updated successfully, but these errors were encountered: