format
The format filter formats a given string by replacing the placeholders (placeholders follows the sprintf notation):
1 2 3 4
{{ "I like %s and %s."|format(foo, "bar") }} {# outputs I like foo and bar if the foo parameter equals to the foo string. #}
参见
replace