From 0a0b5eec56d718f7e6caa4509582df588c7b73ad Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 21 Oct 2023 15:42:47 +0200 Subject: [PATCH] Add: fullscreen base template --- .../templates/layouts/base-fullscreen.html | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 archivist/apps/templates/layouts/base-fullscreen.html diff --git a/archivist/apps/templates/layouts/base-fullscreen.html b/archivist/apps/templates/layouts/base-fullscreen.html new file mode 100644 index 0000000..081f8cd --- /dev/null +++ b/archivist/apps/templates/layouts/base-fullscreen.html @@ -0,0 +1,65 @@ +{% load static %} + + + + + + + + + + + + {% block title %}{% endblock %} - Gallery-Archivists + + + + + + + + + + + + + {% block stylesheets %}{% endblock stylesheets %} + + + + + + {% block content %}{% endblock content %} + + + + + + + + + + {% include 'includes/scripts.html' %} + + + {% block javascripts %}{% endblock javascripts %} + + +