Iterate over Images
{% for myimage in site.static_files %} {% if myimage.path contains 'img/970' %} <p>{{myimage.path}}</p> {% endif %} {% endfor %}