@extends('frontend.layouts.content-sidebar',
array('body_class' => 'assessment-page',
'metaTitle' => strip_tags($object->title),
'hasRecaptcha' => true,
'hasMaps' => true))
@section('content-toolbar')
@include('frontend.templates.components.share_buttons')
@stop
@section('content-top')
{{ $object->title }}
@stop
@section('content-left')
{!! $object->content !!}
@stop
@section('content-footer')
@include('frontend.templates.blocks.teaser-block')
@include('frontend.templates.components.related_footer', array('title' => trans('frontend.further_reading')))
@stop