<div class="flo-custom-post-type-wrap">
    <?php
        while ( have_posts() ) : the_post();
            the_content();
        endwhile;
    ?>
</div>
