@if (!string.IsNullOrWhiteSpace(post.ThumbnailUrl))
{
}
else
{
}
@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