From 9a0ac5456a00badf8bcc3ee59d22c9a688535653 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 21 Oct 2023 18:43:31 +0200 Subject: [PATCH] Add: tmp base template for furaffinity --- archivist/sites/templates/base.html | 52 +++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 archivist/sites/templates/base.html diff --git a/archivist/sites/templates/base.html b/archivist/sites/templates/base.html new file mode 100644 index 0000000..8c04de1 --- /dev/null +++ b/archivist/sites/templates/base.html @@ -0,0 +1,52 @@ + + +{% load static %} + + + + + + + {% block title %}Gallery Archivist{% endblock %} + + {% block styles %} + {% endblock styles %} + + + + + + {% include 'navbar.html' %} + +
+ {% block content %} + {% endblock %} +
+ + + + {% include 'footer.html' %} + +{% block scripts %} +{% endblock %} + + + +