From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- src/dashboard/templates/includes/main-panel.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/dashboard/templates/includes/main-panel.html (limited to 'src/dashboard/templates/includes/main-panel.html') diff --git a/src/dashboard/templates/includes/main-panel.html b/src/dashboard/templates/includes/main-panel.html new file mode 100644 index 0000000..5e9aad7 --- /dev/null +++ b/src/dashboard/templates/includes/main-panel.html @@ -0,0 +1,17 @@ +{% extends 'includes/base.html' %} + +{% block main_panel %} +
+ + {% include 'includes/top_navbar.html' %} + + + +
+
+ {% block content %} No Content Added Yet {% endblock %} +
+
+ +
+{% endblock %} \ No newline at end of file -- cgit v1.3