Class | Liquid::Unless |
In: |
lib/liquid/tags/unless.rb
|
Parent: | If |
Unless is a conditional just like ‘if’ but works on the inverse logic.
{% unless x < 0 %} x is greater than zero {% end %}