@await Html.PartialAsync("/Views/Shared/_HKBMenu.cshtml")
@RenderBody()
@await Html.PartialAsync("/Views/Shared/_Footer.cshtml")
@RenderSection("Scripts", required: false)
@await Html.PartialAsync("/Views/Shared/_Javascript.cshtml")