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