{% macro component(item) %}
{% if item.avatar_title %}
{{ item.avatar_title }}
{% else %}
{% endif %}
{{ item.name }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endmacro %}