From 17478f87e5aa333f40ab70447bb11554a0c64ad6 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Thu, 21 Nov 2024 17:15:56 +0900 Subject: Made an initial attempt --- templates/base.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..056e259 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,27 @@ + + + + + + + {% block title %} Farzat's website {% endblock %} + + + + +
+ + + + + Farzat + +
+
+
+ {% block content %} {% endblock %} +
+
+ + + -- cgit v1.2.3-70-g09d2