NG_2023_Kanban
@if (ViewData["Account"] == null) {
Log in
} else {
Log out
}
@RenderBody()
@await RenderSectionAsync("Scripts", required: false)