{% for item in listing %}
  • {% if item.kind == "file" %} 📄 {{ item.name }} {% else %} 📂 {{ item.name }}/ {% endif %}
  • {% endfor %}