diff --git a/templates/backend/base.html b/templates/backend/base.html
index 63913c1..09f226f 100644
--- a/templates/backend/base.html
+++ b/templates/backend/base.html
@@ -1 +1,35 @@
-{% extends "base.html" %}
\ No newline at end of file
+{% extends "base.html" %}
+
+{% block sidebar %}
+
+
+
+
+{% endblock sidebar %}
\ No newline at end of file
diff --git a/templates/base.html b/templates/base.html
index 3640d3a..1b246a6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -25,7 +25,28 @@
-
+
+
+
+
+ Scroll down to see the navbar shrink
+
+
+
+
+
+
+ {% comment %}
-
+
{% block sidebar %}SIDEBAR CONTENT{% endblock sidebar %}
-
+
{% endcomment %}
+
+