slice
Syntax
slice ITEM...
One use case is the concatenation of elements in combination with the delimit
function:
slice.html
{{ delimit (slice "foo" "bar" "buzz") ", " }}
<!-- returns the string "foo, bar, buzz" -->
slice ITEM...
One use case is the concatenation of elements in combination with the delimit
function:
{{ delimit (slice "foo" "bar" "buzz") ", " }}
<!-- returns the string "foo, bar, buzz" -->