@if ($block->anchor_id )
@endif
@if($block->image1) {!! getMediaImg($block->image1, '640x440', htmlspecialchars($block->block_title)) !!} @endif
@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 !!}