@using Kreta.Web.Helpers.TabStrip @model List @foreach (var item in Model) {
@Html.Partial(item.PartialViewName, item.Model)
}