class

Liquid::Unless

Inherits Liquid::If / Liquid::Block / Liquid::Tag / Reference / Object

Unless is a conditional just like 'if' but works on the inverse logic.

{% unless x < 0 %} x is greater than zero {% end %}

Instance methods

render(context)
Source