@if($shortcode->subtitle)
dots {!! BaseHelper::clean($shortcode->subtitle) !!}
@endif @if($shortcode->title)

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

@endif @if($shortcode->description) {!! BaseHelper::clean(nl2br($shortcode->description)) !!} @endif
@if($shortcode->action_label) @endif
@foreach($posts as $post)
@include(Theme::getThemeNamespace('views.templates.partials.post-item'))
@endforeach