From f411bc46a2e535d0404f4b50bbb5c55c1fe8eb59 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Fri, 17 Jul 2026 21:11:08 +1200 Subject: Initial commit --- templates/base.html | 18 ++++++++++++++++++ 1 file changed, 18 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..a9bd296 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,18 @@ + + + + + Arslaan Pathan + + + + + {% include "header.html" %} +
+
+ {% block content %} {% endblock content %} +
+
+ + + -- cgit v1.2.3