From 9400e4a5e3c4f52a53b79c312e23e21482a7b715 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 19 Dec 2017 12:42:00 +0100 Subject: [PATCH] add gallery.html --- content/templates/gallery.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/templates/gallery.html diff --git a/content/templates/gallery.html b/content/templates/gallery.html new file mode 100644 index 0000000..7c3a268 --- /dev/null +++ b/content/templates/gallery.html @@ -0,0 +1,8 @@ +{% if gallery %} +
Gallery: {{gallery.title}}
+ +{% endif %}