This page shows the demo of the Pico Pages Images plugin.
https://github.com/nliautaud/pico-pages-images
Some images should be listed below, with :
{% for image in images %}
<img src="{{ image.url }}" alt="{{ image.name }}" {{ image.size }}>
{% endfor %}