diff --git a/templates/backend/base.html b/templates/backend/base.html index 09f226f..430cbbb 100644 --- a/templates/backend/base.html +++ b/templates/backend/base.html @@ -1,7 +1,61 @@ {% extends "base.html" %} {% block sidebar %} -
+
+
Section 1
+
+
Item 1
+
Item 2
+
Item 3
+
+
+ +
+
Section 1
+
+
Item 1
+
Item 2
+
Item 3
+
+
+ +
+
Section 1
+
+
Item 1
+
Item 2
+
Item 3
+
+
+ +
+
Section 1
+
+
Item 1
+
Item 2
+
Item 3
+
+
+ +
+
Section 2
+
+
Item 1
+
Item 2
+
+
+ +
+
Section 3
+
+
Item 1
+
Item 2
+
+
+ + + + {% comment %}
Members
@@ -31,5 +85,5 @@ Members - + {% endcomment %} {% endblock sidebar %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 1b246a6..fbd3914 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,91 +22,120 @@ {% tailwind_css %} + + - -