{% if item.extras | size: > 0 %} {% capture extras %} picture-item--{{ item.extras | join: " picture-item--" }}{% endcapture %} {% else %} {% assign extras = "" %} {% endif %} {% assign description = item.description %}
{% if item.type != 'wide' %}
{% endif %} {% if item.type == 'small' or item.type == 'tall' %} {% assign src1x = item.images.small %} {% assign src2x = item.images.small-2x %} {% else %} {% assign src1x = item.images.large %} {% assign src2x = item.images.large-2x %} {% endif %} {{ item.description }} {% if item.type != 'wide' %}
{% endif %}
{{ item.title }}

{{ item.groups | join: ', ' }}

{% if item.type == 'large' or item.type == 'tall' %}

{{ item.description }}

{% endif %}