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
Hi @MattiasEppler, there was an error while lexing numbers without whitespaces in between. The latest commits fix that, and your example above should work fine.
Hi see this in the examples.
render("{% if guest_count < (3+2) and all_tired %}Sleepy...{% else %} ... ", data );
you can do an addition.
But following will throw an exception
render("{% set guest_count = (3+2) %} " , data );
Why?
The text was updated successfully, but these errors were encountered: