@if( $imageAtTop )
@if ($video)
@include('partials.iframe-video-fullwidth', ['$video' => $video, 'marginTop' => true])
@else
@endif
@endif
{!! $formatted_title !!}
{!! $subtitle !!}
@if ($ctaText)
{!! $ctaText !!}
@endif
@if( !$imageAtTop )
@if ($video)
@include('partials.iframe-video-fullwidth', ['$video' => $video, 'marginTop' => true])
@else
@endif
@endif
@if( $hasRelatedPosts )
@php
$posts = get_field('related_posts');
$count = count($posts);
$postAmount = str_pad($count, 2, '0', STR_PAD_LEFT);
@endphp