{% macro component(image, title, title_class, size, class, circle=true) %}
{% if image %} Avatar {% elseif title %} {{ title }} {% endif %}
{% endmacro %} {{ component(title='AB') }}