Current File : /home/n742ef5/royalanteam.com/wp-content/themes/myhome/myhome-legacy/page.php
<?php
/*
 * Page
 */
get_header();

get_template_part( 'myhome-legacy/templates/top-title' ); ?>

	<div class="mh-layout mh-top-title-offset mh-padding-bottom-big">

		<?php while ( have_posts() ) : the_post();

			get_template_part( 'myhome-legacy/templates/content', 'page' );

			if ( comments_open() || get_comments_number() ) :
				comments_template();
			endif;

		endwhile; ?>

	</div>

<?php get_footer();