Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

For a software dev like me who has no idea how to create a cute hand-drawn dashed line, this course just 100% works.

— Ira Zayats, Developer

limit Modifier

Limits the number of items returned in an array.

playlist:
- Emancipator
- Gong Gong
- Possom Posse
- Justin Bieber

Use with the pipe syntax to continue chaining in a single tag like so:

{{ playlist | limit(2) | join }}
Emancipator, Gong Gong

Or using the parameter syntax:

{{ playlist | limit(2) }}
<li>{{ value }}</li>
{{ /playlist }}
<li>Emancipator</li>
<li>Gong Gong</li>
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →
Hello there! Are you looking for the Statamic v2 documentation?