@model SceneEditViewModel @{ ViewData["Title"] = Model.SceneID == 0 ? "New Scene" : "Edit Scene"; ViewData["ProjectSection"] = "Overview"; ViewData["ShellClass"] = "plotline-shell-wide"; } @if (Model.Project is not null) { }

@Model.Book?.BookTitle / Chapter @Model.Chapter?.ChapterNumber

@ViewData["Title"]

@(Model.IsLinkedToManuscript ? "🔗 Linked" : "📝 Planned")
@if (Model.SceneID > 0) { Scene brief Markdown Prepare Writing Session }
@section Scripts { }