@model Application.LinkDTO[] @{ ViewData["Title"] = "Latest links"; }

Latest links

@if (Model.Length == 0) {

No links yet :'(

} else { }