{% macro apps_screenshotgallery(page) %} {% for asset in page.assets %} {% if asset is matching("[.](jpg|png)$") %} {% endif %} {% endfor %} {% endmacro %}