Paste image URL Upload an image
{% set columns = 0 %} {% for idx in range(results|length) %} {% if idx% 6 == 0 %} {% endif %} {% set id = results[idx][0] %} {% set objectUrlSmall = "thumbs/" + id %} {% set title = id.split("/")[0] %} {% set columns = columns + 1 %} {% endfor %}

{%print(title)%}