From 5e4487a99f357c08662ed5dabd0c7f21664c15eb Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 13 Nov 2023 12:42:36 -0500 Subject: Add site index and sample dashboard BP --- ustayml/templates/dashboard/index.html | 51 ++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ustayml/templates/dashboard/index.html (limited to 'ustayml/templates/dashboard/index.html') diff --git a/ustayml/templates/dashboard/index.html b/ustayml/templates/dashboard/index.html new file mode 100644 index 0000000..3117ec2 --- /dev/null +++ b/ustayml/templates/dashboard/index.html @@ -0,0 +1,51 @@ +{% extends 'base.html' %} + + +{% block header %} +

{% block title %}Dashboard{% endblock %}

+{% endblock %} + +{% block content %} +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+
+ +
+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3