Learn

list

Turns a YAML list into a comma-separated list

Sample Usage

{{ categories|list }}

If {{ categories }} looks like this:

categories:
  - egg
  - bird
  - house

The output would look like this: egg, bird, house.

Parameters

This modifier has no parameters.

This article was last updated on March 30th, 2016. Find an error? Please let us know!