@model string @{ ViewData["Title"] = "Help article not found"; }

Help

Help article not found.

@if (!string.IsNullOrWhiteSpace(Model)) {

No help article exists for @Model.

}
Help Centre