@model List<Teknik.Areas.Blog.ViewModels.PostViewModel>
@foreach (var post in Model)
{
@Html.Partial("Post", post)
}