@if($shortcode->title || $shortcode->subtitle)
@if($shortcode->title)

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

@endif @if($shortcode->subtitle) {!! BaseHelper::clean($shortcode->subtitle) !!} @endif
@endif @if($shortcode->action_text) @endif
@php $itemsPerRow = $shortcode->number_posts_per_row ?: theme_option('post_item_per_row', 3); @endphp
@foreach($posts as $post) @include(Theme::getThemeNamespace('views.templates.post-item.index')) @endforeach