Current File : /home/natitnen/elitepathways.com.ng/wp-content/themes/hub/index.php
<?php
/**
 * The main template file
 *
 * @package Hub theme
 */

get_header();

	if( have_posts() ) :

		get_template_part( 'templates/blog', 'layout' );

	else : // If no posts were found.

		get_template_part( 'templates/content/error' );

	endif;

get_footer();