@if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif
@foreach($posts->chunk(2) as $row)
@foreach($row as $post) @include(Theme::getThemeNamespace('views.templates.post-item.index')) @endforeach
@endforeach