{# Media attachments partial — included from ap-item-card.njk #} {# Photo gallery #} {% if item.photo and item.photo.length > 0 %} {% set displayCount = [item.photo.length, 4] | min %} {% set extraCount = item.photo.length - 4 %} {% endif %} {# Video embed #} {% if item.video and item.video.length > 0 %}
{% endif %} {# Audio player #} {% if item.audio and item.audio.length > 0 %}
{% endif %}