@if ($block->anchor_id )
@endif
@if($block->block_title)

@title($block->block_title)

@endif
@include('frontend/templates/components/articles_grid_items', ['items' => $articles])
@if($block->cta1)
{!! generateLink($block->cta1, 'std-button std-button--arrow') !!}
@endif