/home/bonphmya/mercandestockages.store/wp-content/themes/digitaz/index.php
<?php

get_header(); ?>

	<div id="primary" class="content-area">
		<main id="main" class="site-main">

		<?php
		if ( have_posts() ) :

			get_template_part( 'loop' );

		else :

			get_template_part( 'content', 'none' );

		endif;
		?>

		</main><!-- #main -->
	</div><!-- #primary -->

<?php

/**
 * Functions hooked in to digitaz_sidebar action
 *
 * @see digitaz_get_sidebar      - 10
 */
do_action( 'digitaz_sidebar' );
get_footer();