{% for link in links %} {% if link.is_folder %} {{ link.name }} {% if link.children %} {% include "cotton/features/workspaces/tiles/link_items.html" with links=link.children %} {% endif %} {% else %} {% if link.icon %}{% endif %} {{ link.name }} {% endif %} {% endfor %}