{% if sections.gallery.badge %} {{ sections.gallery.badge }} {% endif %}

{{ sections.gallery.title }}

{{ sections.gallery.subtitle }}

{% if sections.gallery.categories %}
{% for category in sections.gallery.categories %} {% endfor %}
{% endif %}
{% for item in sections.gallery.items %}
{{ item.title }}

{{ item.title }}

{% if item.subtitle %}

{{ item.subtitle }}

{% endif %} {% if item.actions %}
{% for action in item.actions %} {% endfor %}
{% endif %}
{% if sections.gallery.layout == 'with-caption' %}

{{ item.title }}

{% if item.subtitle %}

{{ item.subtitle }}

{% endif %}
{% endif %}
{% endfor %}
{% if sections.gallery.load_more %}
{% endif %}