diff --git a/prosopopee/themes/exposure/templates/sections/subgal.html b/prosopopee/themes/exposure/templates/sections/subgal.html new file mode 100644 index 0000000..a70db69 --- /dev/null +++ b/prosopopee/themes/exposure/templates/sections/subgal.html @@ -0,0 +1,41 @@ +
+
+ {% for galleries_line in galleries|reverse|batch(3)|reverse %} + {% if loop.index is divisibleby 3 or loop.index is divisibleby 2 %} + {% set no_big_gallery_cover = true %} + {% endif %} +
+ {% for gallery in galleries_line|reverse %}{% endfor %} +
+ {% endfor %} +
+