{% if project["library"]["screenshots"] | length > 0 %} ## :camera: Screenshots {% for screenshot in project["library"]["screenshots"] %} {% for image in screenshot["images"] %} {% endfor %}
{{ screenshot["name"] }}
{{ image }}
{% endfor %} {% endif %}