From fda7315f43b02cfae3050ece68a4d7cb26a826b4 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Fri, 15 May 2026 02:24:12 +0300 Subject: restructure webUI --- web/templates/base.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 web/templates/base.html (limited to 'web/templates/base.html') diff --git a/web/templates/base.html b/web/templates/base.html new file mode 100644 index 0000000..81d6a59 --- /dev/null +++ b/web/templates/base.html @@ -0,0 +1,74 @@ + + + + {% block head %} + + makeshiftci{% block title %}{% endblock %} + + {% endblock %} + + {% block extrastyle %}{% endblock %} + + +
+
+

makeshiftci{% block path %}{% endblock %}

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