13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
@{
|
|
Layout = "Shared/_Application";
|
|
}
|
|
|
|
@section Styles {
|
|
@await RenderSectionAsync("Styles", required: false)
|
|
}
|
|
|
|
@RenderBody()
|
|
|
|
@section Scripts {
|
|
@await RenderSectionAsync("Scripts", required: false)
|
|
} |