🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
#``filter`` Filter sections allow you to apply regular Twig filters on a block of template data. Just wrap the code in the special ``filter`` section: {% filter upper %} This text becomes uppercase {% endfilter %} 还可以链接多个过滤器: {% filter lower|escape %} <strong>SOME TEXT</strong> {% endfilter %} {# outputs "&lt;strong&gt;some text&lt;/strong&gt;" #}