From ef15a6ec8f14c2398cfd28786c83072888690718 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 31 Oct 2023 23:23:51 +0100 Subject: oijoij --- templates/base.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..f3c81fb --- /dev/null +++ b/templates/base.html @@ -0,0 +1,16 @@ + + + + + Steven Le Rouzic + + + + + + + + {% block content %}{% endblock %} + + + -- cgit