PlotLine
Projects
Writer Workspace
About
@if (TempData["ArchiveMessage"] is string archiveMessage) {
@archiveMessage
} @if (TempData["ArchiveError"] is string archiveError) {
@archiveError
} @RenderBody()
Confirm action
Type DELETE to continue
@await RenderSectionAsync("Scripts", required: false)