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