File: /home/f/r/e/frenchy/refonte2023/wordpress/wp-content/themes/gimont/template-parts/single.php
<div class="row_site">
<div class="container_site">
<div id="main-content" class="main">
<?php
if ( have_posts() ) : while ( have_posts() ) : the_post();
get_template_part( 'template-parts/post/content-post' );
if ( comments_open() || get_comments_number() ) {
comments_template();
}
endwhile; else :
get_template_part( 'template-parts/post/content-none' );
endif;
?>
</div>
<?php get_sidebar(); ?>
</div>
</div>