diff --git a/UCOHomeworkTool/Views/Home/Course.cshtml b/UCOHomeworkTool/Views/Home/Course.cshtml
new file mode 100644
index 0000000..a1a7f93
--- /dev/null
+++ b/UCOHomeworkTool/Views/Home/Course.cshtml
@@ -0,0 +1,10 @@
+@model IEnumerable
+
+@{
+ ViewBag.Title = "Course";
+}
+@section Sidebar
+{
+ @{Html.RenderPartial("_Sidebar", Model);}
+}
+
diff --git a/UCOHomeworkTool/Views/Home/Index.cshtml b/UCOHomeworkTool/Views/Home/Index.cshtml
index c48a5e7..feb9fff 100644
--- a/UCOHomeworkTool/Views/Home/Index.cshtml
+++ b/UCOHomeworkTool/Views/Home/Index.cshtml
@@ -1,13 +1,18 @@
-@{
+@model IEnumerable
+@{
ViewBag.Title = "Home Page";
}
-
-
-
+Your Courses:
+
\ No newline at end of file
+
diff --git a/UCOHomeworkTool/Views/Shared/_Layout.cshtml b/UCOHomeworkTool/Views/Shared/_Layout.cshtml
index 6deec20..b182117 100644
--- a/UCOHomeworkTool/Views/Shared/_Layout.cshtml
+++ b/UCOHomeworkTool/Views/Shared/_Layout.cshtml
@@ -31,11 +31,14 @@
- @RenderBody()
+
+
+ @RenderBody()
+