diff --git a/templates/gallery-index.html b/templates/gallery-index.html new file mode 100644 index 0000000..3918643 --- /dev/null +++ b/templates/gallery-index.html @@ -0,0 +1,27 @@ + + + + + + + + + + + {{ gallery.title }} | {{ settings.title }} + + + + {% for section in gallery.sections %} + {% include "sections/" + section.type + ".html" %} + {% endfor %} + + + + + +