diff options
Diffstat (limited to 'partials/dashboard')
-rw-r--r-- | partials/dashboard/dashboard.html | 6 |
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 %} |