diff --git a/templates/sections/pictures-group.html b/templates/sections/pictures-group.html new file mode 100644 index 0000000..0ec33c9 --- /dev/null +++ b/templates/sections/pictures-group.html @@ -0,0 +1,17 @@ +
+ {% for line in section.images %} +
+ {% for image in line %} + {{ helpers.copy_image(image) }} +
+ + + +
+ {% if not loop.last %} +
+ {% endif %} + {% endfor %} +
+ {% endfor %} +