{!! 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