Liquid::Break
Inherits Liquid::Tag / Reference / Object
Break tag to be used to break out of a for loop.
== Basic Usage: {% for item in collection %} {% if item.condition %} {% break %} {% endif %} {% endfor %}
Instance methods
interrupt
SourceInherits Liquid::Tag / Reference / Object
Break tag to be used to break out of a for loop.
== Basic Usage: {% for item in collection %} {% if item.condition %} {% break %} {% endif %} {% endfor %}