From 73378c104a0774c213e2ede7c557b14c40f8a12d Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 1 Jun 2025 19:27:14 +0300 Subject: Initial impl --- templates/gallery.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 templates/gallery.html (limited to 'templates/gallery.html') diff --git a/templates/gallery.html b/templates/gallery.html new file mode 100644 index 0000000..2950d8e --- /dev/null +++ b/templates/gallery.html @@ -0,0 +1,44 @@ + + + + Drive Photo Gallery + + + + {% for date in dates %} +

{{ date }}

+ + {% endfor %} + + -- cgit v1.3