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

{!! BaseHelper::clean($title) !!}

@endif
@foreach($posts as $post)
{!! Theme::partial('blog.post-styles.style-1', compact('post')) !!}
@endforeach