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

first Modifier

Returns the first X characters of a string, where X is any positive integer, or the first item in an array.

title: 2015 Year Books Photos
array:
- Sonic
- Knuckles
- Tails
{{ title | first(4) }}
{{ array | first }}
2015
Sonic
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →