aboutsummaryrefslogtreecommitdiff
path: root/partials/dashboard/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'partials/dashboard/dashboard.html')
-rw-r--r--partials/dashboard/dashboard.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/partials/dashboard/dashboard.html b/partials/dashboard/dashboard.html
new file mode 100644
index 0000000..63329a9
--- /dev/null
+++ b/partials/dashboard/dashboard.html
@@ -0,0 +1,6 @@
+{% extends "partials/common/layout.html" %}
+{% block content %}
+<div>
+ <h2>DASHBOARD</h2>
+</div>
+{% endblock %}