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