@extends('frontend.layouts.main', array('body_class' => 'news-list')) @section('content')
@include('frontend.templates.components.blocks_section', ['blocks' => $object->blocks]) @include('frontend.templates.components.articles-grid', ['listType' => 'news'])
@stop