From d9564b7a3ad92d7b7180cf30bb1a1b7d8918e0c1 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Tue, 23 Dec 2025 16:21:43 +0000 Subject: [PATCH] Edit core/templates/base.html via Editor --- core/templates/base.html | 42 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 1e7e5fb..76050e2 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -3,7 +3,13 @@ - {% block title %}Knowledge Base{% endblock %} + + Flatlogic + + + + + {% if project_description %} @@ -19,7 +25,39 @@ + + {% block content %}{% endblock %} + + + + - + \ No newline at end of file