{# 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 %} {% endif %} {# Video embed #} {% if item.video and item.video.length > 0 %}
{% endif %} {# Audio player #} {% if item.audio and item.audio.length > 0 %}
{% endif %}