@model Slide @{ ViewData["Title"] = $"Edit: {Model.Name}"; }
@Html.AntiForgeryToken()
Slide Content
Appearance
Scheduling
After this time the Meow is automatically skipped on displays — it stays in the library, just not shown. Leave blank for no expiry. Compared against the server's configured time zone (see the TimeZone setting).
@if (Model.ExpiresAt.HasValue && Model.ExpiresAt.Value <= Clock.Now) { Expired }
Cancel
@section Styles { } @section Scripts { }