summaryrefslogtreecommitdiff
path: root/src/dashboard/templates/includes/main-panel.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/dashboard/templates/includes/main-panel.html')
-rw-r--r--src/dashboard/templates/includes/main-panel.html17
1 files changed, 17 insertions, 0 deletions
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 %}
+<div class="main-panel">
+ <!-- Navbar -->
+ {% include 'includes/top_navbar.html' %}
+ <!-- End Navbar -->
+
+ <!-- Content Section -->
+ <div class="content">
+ <div class="container-fluid">
+ {% block content %} No Content Added Yet {% endblock %}
+ </div>
+ </div>
+ <!-- End Content Section -->
+</div>
+{% endblock %} \ No newline at end of file