@model ShowLinkViewModel @{ ViewData["Title"] = $"Viewing link {Model.Link.Url}"; @* var comments = (Application.CommentDTO[]) ViewData["Comments"]; *@ }

Viewing link @Model.Link.Url

@* *@ Add comment @if(Model.Comments.Length == 0) {

No comments yet.

} else { }