From 98b3e864c7595d15c24b05cc0e2bd29f87a13a09 Mon Sep 17 00:00:00 2001 From: eqkter Date: Fri, 18 Aug 2023 22:32:12 +0200 Subject: Initial commit --- templates/base.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 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..a4974b4 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,61 @@ + + + + + + {% if page.title %} + {{ page.title }} + {% else %} + AARAVOS + {% endif %} + + + + +
+

Alexis Draussin

+ +
+
+
+
+ {% block content %} {% endblock %} +
+
+
+ + + + + -- cgit v1.2.3