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

@title($block->block_title)

@endif
@foreach($articles as $article)
@if(!empty($article->date)) {{ format_date($article->date, true) }} @endif @if(!empty($article->title))

@title($article->title)

@endif @if(!empty($article->publication))
{{ $article->publication }}
@endif
@endforeach
@if($block->cta1) {!! generateLink($block->cta1, 'std-button std-button--large clipping-news__cta') !!} @endif