Photo Gallery

TEST PAGE

<h1>Photo Gallery</h1>

We're always delighted to see the products you've made and/or customised from one of our kits!

{% block imagesCarousel %} {% set fullWidth = 0 %} {% set home_galleries = { 'large': gts.gallery_home, 'small': gts.gallery_home_mobile } %} {# Render carousel #} {% for size, gallery in home_galleries %} {% if gallery %} {% for image in gallery %} {% if image.target_url %} {{ image.name }} {% else %} {{ image.name }}{% endif %} {% if image.name %} {{ image.name }} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endblock %}