@php $fade_direction = $block->invert ? 'right' : 'left'; @endphp
@if ($block->anchor_id )
@endif
@if($block->image1) {{ htmlentities($block->block_title) }} @endif @if($block->image2) @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--xl ' . ($block->cta_color === 'orange' ? 'std-button--orange' : 'alt-color')) !!} @endif
@if($block->content)
{!! $block->content !!}
@endif