Loops

Forloop Object (Index)

Access the current iteration number of a loop.

Copy or embed this snippet

{% for block in section.blocks %}
  Item number {{ forloop.index }} of {{ forloop.length }}
  {% if forloop.first %}This is the first!{% endif %}
  {% if forloop.last %}This is the last!{% endif %}
{% endfor %}

Embed this snippet on your blog or docs — attribution link appreciated: HTMLToLiquid Converter · Convert to Shopify section →

Generate Shopify sections

Free AI-powered converter — OS 2.0 compatible output with schema validation.

Start converting HTML