@page "/Admin/Sections/{key}" @model SoroushAsadi.Pages.Admin.Sections.SectionEditModel @{ Layout = "_AdminLayout"; ViewData["Title"] = "Edit: " + Model.SectionKey; }
← Sections

@Model.SectionKey

@if (!string.IsNullOrEmpty(Model.Message)) {
@Model.Message
}
Cancel