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
According to http://jinja.pocoo.org/docs/2.10/templates/#default
> If you want to use default with variables that evaluate to false you
> have to set the second parameter to true
This is the only way to use the default value when passing None, since
it evaluates to false.
0 commit comments