ACF flexible content
<?php if( have_rows('home_sections') ): ?>
<?php while ( have_rows('home_sections') ) : the_row(); ?>
<?php if ( get_row_layout() == 'recent_posts' ) { ?>
<?php include 'components/blocks/cardRow-block.php' ?>
<?php } elseif (get_row_layout() == 'call_out_strip') { ?>
<?php include 'components/blocks/slogan-block.php' ?>
<?php } else { ?>
<?php } ?>
<?php endwhile; ?>
<?php endif; ?>