{% for key, item in items %}
  • {{ component(item.icon,{ color: 'text-gray-800',size: 'w-4 h-4' },'svg') }} {{ item.title }}
  • {% endfor %}