Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/nliautau/pico/vendor/twig/twig/lib/Twig/Node.php on line 42

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/nliautau/pico/vendor/twig/twig/lib/Twig/Node.php on line 198
PicoPagesImages |pico.nliautaud.fr

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 %}
molette