Template Filter - make_list
Definition and Usage
The make_list
filter converts a value into a
list.
Each character in the original value becomes a list item.
Syntax
Template filters are defined by using a pipe |
character followed by the name of the filter.
{{ value|make_list }}