@php $cta1 = generateLink($block->cta1, 'std-button std-button--xl'); $cta2 = generateLink($block->cta2, 'std-button std-button--xl std-button--orange'); @endphp
@if ($block->anchor_id )
@endif @if($block->cta1) {!! $cta1 !!} @endif @if($block->cta2) {!! $cta2 !!} @endif