@extends('blue.layouts.page-with-sidebar') @php $title = PageTitle::makeTitle(ContentManager::contentBlocks('Blog: page title')); @endphp @section('title', $title) @section('meta-description') @endsection @section('before-content')

{!! ContentManager::contentBlocks('Blog: page title') !!}

{!! ContentManager::contentBlocks('Blog: below title', noParagraph: false) !!}
@endsection @section('sidebars') @include('blue.sidebars.subscribe') @endsection @section('main-content') @include('blue.sections.blog-list') @endsection