{% macro smiles(text) %}{{ text|replace({':)' : '<img src="link ảnh 1" />', ':D' : '<img src="link ảnh 2" />'})|raw}}{% endmacro %}
{% import "functions.twig" as func %}{{ func.smiles(biến_text) }}