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
As per #746 and for consistency with Python-based Jinja2, double equals should mean the same as the current triple equals, and triple equals should be dropped from syntax because there should be only one obvious way to do it.
2.x
3.x
==
loose
strict
===
strict
not supported
The text was updated successfully, but these errors were encountered:
As per #746 and for consistency with Python-based Jinja2, double equals should mean the same as the current triple equals, and triple equals should be dropped from syntax because there should be only one obvious way to do it.
==
===
The text was updated successfully, but these errors were encountered: