update news & events

This commit is contained in:
2025-10-22 09:41:40 +07:00
parent 40cf6fe6f4
commit 8f81545293
348 changed files with 111475 additions and 623 deletions

View File

@ -1,3 +1,11 @@
@{
Layout = "_Layout";
switch (ViewData["Layout"])
{
case "SectionScript":
Layout = "_PartialScript";
break;
default:
Layout = "_Layout";
break;
}
}