@if ($posts->isNotEmpty())
@if($config['title'] || $config['subtitle'])
@if($config['subtitle'])
{!! BaseHelper::clean($config['subtitle']) !!}
@endif @if($config['title'])
{!! BaseHelper::clean($config['title']) !!}
@endif
@endif @if(Theme::get('currentPostId')) @include(Theme::getThemeNamespace('views.blog.partials.posts'), compact('posts')) @endif
@endif