{% macro file_entry(type, name, link) -%}
  • {% if type == 'log' %} {{ include_raw('icons/file-code-2.svg') | replace("lucide ", "transition-all group-hover:stroke-client-500 min-w-4 w-4 max-w-4 min-h-4 h-4 max-h-4 md:size-5 ") }} {% elif type == 'trace' %} {{ include_raw('icons/file-box.svg') | replace("lucide ", "transition-all group-hover:stroke-client-500 min-w-4 w-4 max-w-4 min-h-4 h-4 max-h-4 md:size-5 ") }} {% elif type == 'report' %} {{ include_raw('icons/file-type-2.svg') | replace("lucide ", "transition-all group-hover:stroke-client-500 min-w-4 w-4 max-w-4 min-h-4 h-4 max-h-4 md:size-5 ") }} {% endif %} {{ name }}
  • {% endmacro -%}