@if ($block->anchor_id )
@endif
@if(!empty($block->block_subtitle))
@title($block->block_subtitle)
@endif @if(!empty($block->block_title))
@title($block->block_title)
@endif @if($block->cta1)
{!! generateLink($block->cta1, 'std-button std-button--large std-button--orange') !!}
@endif
{!! $block->content !!}