{% set title = "Placeholder Title" %} {% set subtitle = image.uuid %} {% include "page-top.html" %}

Versions

    {% for img in image.files %}
  • {{ img.uuid }}
    {{ img.path | basename }}
    {{ img.size | filesizeformat }} - {{ img.format }}
  • {% endfor %}
{% include "page-bottom.html" %}