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 expect the following statement {% assign cond = name == 'Mourad' %} to return True or False (name == 'Mourad'), but instead, it assigns the string Mourad to variable cond. // cond = 'Mourad'