Skip to content

Files

Latest commit

0ff3ffc · Aug 1, 2014

History

History
10 lines (8 loc) · 223 Bytes

length.md

File metadata and controls

10 lines (8 loc) · 223 Bytes

Modifier length

The modifier returns the number of items of a sequence or mapping, or the length of a string (works with UTF8 without mbstring)

{if $images|length > 5}
 to many images
{/if}