format
The format filter formats a string by replacing the placeholders with the specified values.
{{ 'I like %s and %s'|format('icecream', 'pickles') }}
The format filter formats a string by replacing the placeholders with the specified values.
{{ 'I like %s and %s'|format('icecream', 'pickles') }}