Weird things happen. Saw something like this in production:
{% assign blank = "" %}
...
{% assign something = blank %}
...
{{ something }}
which renders "Liquid error: undefined method 'to_liquid' for :blank?:Symbol", which is kinda shitty.
Should have some better behaviour.
Weird things happen. Saw something like this in production:
which renders
"Liquid error: undefined method 'to_liquid' for :blank?:Symbol", which is kinda shitty.Should have some better behaviour.