summaryrefslogtreecommitdiff
path: root/templates/blocks/gallery.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blocks/gallery.html')
-rw-r--r--templates/blocks/gallery.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/blocks/gallery.html b/templates/blocks/gallery.html
new file mode 100644
index 0000000..d34bb5a
--- /dev/null
+++ b/templates/blocks/gallery.html
@@ -0,0 +1,5 @@
+<div class="gallery">
+ {% for item in this.gallery.blocks %}
+ {{ item }}
+ {% endfor %}
+</div>