@php $spacingType = $block->color_scheme ? 'block-padding' : 'block-margin'; @endphp
@if ($block->anchor_id )
@endif
@if($block->block_title)
@include('frontend.components.heading-title', [ 'title' => $block->block_title, 'heading_type' => $block->heading_type, 'class' => null ])
@endif
{!! generateLink($block->cta1, 'std-button std-button--large') !!}
{!! $block->content !!}
{!! $block->content2 !!}
{!! generateLink($block->cta1, 'std-button std-button--large') !!}