{% macro avatar(user, size) %} {% import "@Tabler/components/avatar_image.html.twig" as macro %} {{ macro.avatar_image(user) }} {% endmacro %}