Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 457 Bytes

File metadata and controls

41 lines (32 loc) · 457 Bytes
types
markup
string
utility
id 3ef1e731-742e-48c2-81f0-6fa916ecda0a

String

Returns the first X characters of a string, where X is any positive integer.

title: 2015 Year Books Photos
{{ title | first:4 }}
2015

Array

Returns the first item of an array.

meat:
  - Bacon
  - Steak
  - Fillet
{{ meat | first }}
Bacon