📅  最后修改于: 2022-03-11 14:53:30.849000             🧑  作者: Mango
代码示例1
{{ "I like %s and %s."|format(foo, "bar") }}
{# outputs I like foo and bar
if the foo parameter equals to the foo string. #}