/home/lnzliplg/www/wp-content/themes/lawyer-hub/template-parts/home/home-content.php
<?php
/**
 * Template part for displaying home page content
 *
 * @package Lawyer Hub
 * @subpackage lawyer_hub
 */

?>

<div id="main-content" class="container">
  	<?php while ( have_posts() ) : the_post(); ?>
  		<?php the_content(); ?>
  	<?php endwhile; // end of the loop. ?>
</div>