diff --git a/core/templates/base.html b/core/templates/base.html
index 788576e..52d9e56 100644
--- a/core/templates/base.html
+++ b/core/templates/base.html
@@ -1,11 +1,29 @@
+{% load static %}
-
+
- {% block title %}Knowledge Base{% endblock %}
+
+ {% block title %}InferAge{% endblock %}
+
+
+
+
+
+
+
+
+
+
+
+
{% block head %}{% endblock %}
-
-
+
+
+
{% block content %}{% endblock %}
-
-
+
+
+
+
+