From 01bd81cf3f943b4aff4e79f93910ab764a873548 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 7 Jan 2026 20:18:27 -0600 Subject: MASSIVE UPDATE TO PYTHON STATIC SERVICE --- templates/base.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/base.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..d882f00 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,26 @@ + + + + + + {{title}} + + + +

{{title}}

+ + + + \ No newline at end of file -- cgit v1.2.3