@if($image = $post->image)
{{ $post->name }}
@endif
{{ Theme::formatDate($post->created_at) }}

{{ $post->name }}

@if ($description = $post->description)

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

@endif