{% for file in site.static_files %} {% if file.path contains 'dist/icons/' %} {% include icon.html icon=file %} {% endif %} {% endfor %}