@{ Layout = "_LayoutIndex"; } @model LoginedPageModel @section css{ }
@RenderBody()
@section Scripts{ @RenderSection("Scripts", required: false) }