class

Liquid::Continue

Inherits Liquid::Tag / Reference / Object

Continue tag to be used to break out of a for loop.

== Basic Usage: {% for item in collection %} {% if item.condition %} {% continue %} {% endif %} {% endfor %}

Instance methods

interrupt
Source