From b0b45dc1044d9dd2429d9baceaf43fbb60e5c6b7 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 3 Jun 2024 22:11:01 +0200 Subject: [PATCH] Add: gallery partial template --- .../apps/templates/includes/gallery.html | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 archivist/apps/templates/includes/gallery.html diff --git a/archivist/apps/templates/includes/gallery.html b/archivist/apps/templates/includes/gallery.html new file mode 100644 index 0000000..a4d09b5 --- /dev/null +++ b/archivist/apps/templates/includes/gallery.html @@ -0,0 +1,86 @@ + +{% load static %} + +{% load media_filters %} + +{% load string_helper %} + +{% load thumbnail %} + + \ No newline at end of file