{!! the_content() !!}
@if (have_rows('accordion'))
@while (have_rows('accordion')) @php the_row() @endphp
{!! the_sub_field('accordion_title') !!}
{!! the_sub_field('accordion_content') !!}
@endwhile
@endif