@php $bodyClass = 'default-template'; if ($object->image) { $bodyClass .= ' header-over'; } @endphp @extends('frontend.layouts.content-sidebar', ['body_class' => $bodyClass]) @section('content-header') @include('frontend.templates.components.default_page_header') @stop @section('content-toolbar') @include('frontend.templates.components.share_buttons') @stop @if(!$object->image) @section('content-top')

{{ $object->title }}

@stop @endif @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