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