@foreach ($posts as $post)
@include(Theme::getThemeNamespace("views.partials.post-grid-item"), compact('post'))
@endforeach