Files
zpc-bulletin-board/ZpcBulletinBoard/Pages/Layouts/_LayoutBlank.cshtml
David Štaleker dda4b613f8 dev3
2024-03-11 18:22:37 +01:00

13 lines
217 B
Plaintext

@{
Layout = "Layouts/_Application";
}
@section Styles {
@await RenderSectionAsync("Styles", required: false)
}
@RenderBody()
@section Scripts {
@await RenderSectionAsync("Scripts", required: false)
}