@model ContentModel
@foreach (var note in Model.NoteNames.Order()) { var css = note.Equals(Model.CurrentNote, StringComparison.OrdinalIgnoreCase) ? "current" : null; @note }
Saved
Updated
@section Scripts { }