Supported variable filters
Filters allow you to modify the output of a variable. You can use them to format dates, change text case, or provide default values when data is missing.
What are filters?
Supported filters
1. Default filter
{{ customer.name | default: 'dear customer!' }}{{ customer.name | default: 'DONT_SHOW_BLOCK' }}2. Text filters
Filter
Description
Example
3. Date filter
Format
Description
Example
Last updated