summaryrefslogtreecommitdiff
path: root/src/dashboard/templates/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/dashboard/templates/dashboard.html')
-rw-r--r--src/dashboard/templates/dashboard.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dashboard/templates/dashboard.html b/src/dashboard/templates/dashboard.html
new file mode 100644
index 0000000..c7d7e39
--- /dev/null
+++ b/src/dashboard/templates/dashboard.html
@@ -0,0 +1,7 @@
+{% extends 'includes/main-panel.html' %}
+
+{% block content %}
+<div class="row">
+ {% include 'cards/summary.html' %}
+</div>
+{% endblock %} \ No newline at end of file