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

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

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