liquid if var empty code example
Example: check empty variable in liquid
{% if MyString != null and MyString != "" %}
{% if MyString == null and MyString == "" %}
{% if MyString != null and MyString != "" %}
{% if MyString == null and MyString == "" %}