@if ($block->anchor_id )
@endif

@title($block->block_title)

{!! $block->content !!}
@include('frontend/templates/components/articles_list_items_v2', ['items' => $articles, 'type' => $block->article_type, 'show' => true])
@if($block->cta1)
{!! generateLink($block->cta1, 'std-button std-button--large') !!}
@endif