+ @if (!string.IsNullOrWhiteSpace(post.ThumbnailUrl))
+ {
+
+ }
+ else
+ {
+
+
+
+ }
+
+
+ @* Content *@
+
+ @if (post.Categories.Any())
+ {
+
+ @post.Categories.First().Title
+
+ }
+
+
+ @post.Title
+
+
+ @if (!string.IsNullOrWhiteSpace(post.Summary))
+ {
+
+ @post.Summary
+
+ }
+
+
+ @if (post.PublishedAt.HasValue)
+ {
+
+
+ @post.PublishedAt.Value.ToString("yyyy/MM/dd")
+
+ }
+
+
+
+ @post.ViewCount.ToString("N0")
+
+
+
+