From 59c72aa91316e844764e258c02e3ed054e7a3ff3 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 8 Dec 2015 08:40:34 +0100 Subject: [PATCH] [enh] adapt page-example.html for template gallery-index.html --- templates/gallery-index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 templates/gallery-index.html 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 %} + + + + + +