diff --git a/src/Yavsc.Org/Views/Shared/_Layout.cshtml b/src/Yavsc.Org/Views/Shared/_Layout.cshtml
index d32f7daa..9515ac2b 100644
--- a/src/Yavsc.Org/Views/Shared/_Layout.cshtml
+++ b/src/Yavsc.Org/Views/Shared/_Layout.cshtml
@@ -1,49 +1,52 @@
@using Yavsc.Models.Messaging;
+
-
-
-
-
-
-
-
-
-
-
-
-
- @ViewBag.Title - Yavsc
- @await RenderSectionAsync("header", false)
+
+
+
+
+
+
+
+
+
+
+
+
+ @ViewBag.Title - Yavsc
+ @await RenderSectionAsync("header", false)
+
-
- @RenderSection("ctxmenu", required: false)
- @if (ViewBag.Notify != null)
+
+ @RenderSection("ctxmenu", required: false)
+ @if (ViewBag.Notify != null)
+ {
+ foreach (Notification n in ViewBag.Notify as IEnumerable)
{
- foreach (Notification n in ViewBag.Notify as IEnumerable)
- {
-
- }
+
+ }
}
@await RenderSectionAsync("subbanner", false)
-
- @RenderBody()
-
+
+ @RenderBody()
+
-@await RenderSectionAsync("scripts", false)
+ @await RenderSectionAsync("scripts", false)
+
+
-