ccc

Twig: Replace

{% set twig_content_variable= 'Testing to replace content'%}
{% set replace_value_var= 'Testing' %}
{% set replace_with_value_var = 'Testing complete' %}

{{ twig_content_variable|replace({ (replace_value_var): replace_with_value_var }) }}

No hay comentarios:

Publicar un comentario