{# Media attachments partial — included from ap-item-card.njk #} {# Photo gallery with lightbox #} {% if item.photo and item.photo.length > 0 %} {% set displayCount = item.photo.length if item.photo.length < 4 else 4 %} {% set extraCount = item.photo.length - 4 %} {% set totalPhotos = item.photo.length %}