@if (post.TagList.Any())
{
@foreach (var tag in post.TagList.Take(3))
{
@tag
}
}
@post.Title
@if (!string.IsNullOrEmpty(post.Excerpt)) {@post.Excerpt
}
📅 @post.DisplayDate
ادامه مطلب ›