@php Theme::set('withTitle', false); @endphp

{{ $post->name }}

{!! BaseHelper::clean($post->content) !!}
@if ($post->tags->count()) @endif @if (theme_option('facebook_comment_enabled_in_post', 'yes') == 'yes')
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, Theme::partial('comments')) !!} @endif
@php $relatedPosts = get_related_posts($post->id, 4); @endphp @if ($relatedPosts->count()) @endif