background_image) data-background="{{ RvMedia::getImageUrl($bgImage) }}" @endif>
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

@endif @if ($description = $shortcode->description)

{!! BaseHelper::clean(nl2br($description)) !!}

@endif
@foreach ($posts as $post)
{!! Theme::partial('blog.post.item', ['post' => $post, 'style' => $shortcode->post_style]) !!}
@endforeach