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