@Model.Post.Title
+
+ @DateTime.Parse(Model.Post.Published).ToShortDateString() | @Model.Post.Author.DisplayName
+
+ @if (Model.Post.Labels != null && Model.Post.Labels.Count > 0) + { + // @SharedLocalizer["Tags"]: @(Html.Raw(string.Join(", ", (Model.Post.Labels ?? new string[0]).Select(i => $"{i}")))) + } +
+
Comments: @Model.Post.Replies.TotalItems
++ // Add comment on Blogpost +
+