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
I tried hacking together some tests to see the differences between liquidjs and nunjucks behavior but I think the only difference was liquidjs considers an empty string truthy, but nunjucks considers it falsy (which I think is better). 🤷♂
The text was updated successfully, but these errors were encountered:
liquidjs has this really handy chart of what is truthy or falsy, but I can't seem to find if Nunjucks has some similar reference: https://github.com/harttle/liquidjs/wiki/Truthy-and-Falsy
I tried hacking together some tests to see the differences between liquidjs and nunjucks behavior but I think the only difference was liquidjs considers an empty string truthy, but nunjucks considers it falsy (which I think is better). 🤷♂
The text was updated successfully, but these errors were encountered: