@article.Title
@article.QuickSummary
@if (article.Tags.Any()) {Tags: @string.Join(", ", article.Tags)
}@model HelpCategoryArticlesViewModel @{ ViewData["Title"] = $"Help - {Model.CategoryName}"; }
Help category
@Model.Articles.Count article@(Model.Articles.Count == 1 ? "" : "s")
No help articles are available in this category yet.
} else {@article.QuickSummary
@if (article.Tags.Any()) {Tags: @string.Join(", ", article.Tags)
}