@if(!empty($block->block_title))
@title($block->block_title)
@endif
@if(!empty($block->content))
{!! $block->content !!}
@endif
@include('frontend.templates.components.clippings-list')
@if($block->cta1)
{!! generateLink($block->cta1, 'std-button std-button--large') !!}
@endif