{% comment %} Ghetto conversion to JSON {% endcomment %} {% capture groups %}["{{ item.groups | join: '","' }}"]{% endcapture %} {% if item.extras | size: > 0 %} {% capture extras %} picture-item--{{ item.extras | join: " picture-item--" }}{% endcapture %} {% else %} {% assign extras = "" %} {% endif %} {% if item.cols %}{% assign cols = item.cols %}{% else %}{% assign cols = 3 %}{% endif %} {% assign description = item.description %}
{{ item.title }}

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

{% if description %}{% if description == 'longDescription' %}{% assign description = site.longDescription %}{% endif %}

{{ description }}

{% endif %}