Filters
A filter functions as a little machine where you put something in, and it returns something else. Filters are separated with a pipe (|
) and can be chained.
Input:
{{ "A beautiful site" | append: " brought to you by Plate" }}
Output:
A beautiful site brought to you by Plate
See the type of filters you can use in the list below:
, multiple selections available, Use left or right arrow keys to navigate selected items