Current File : /home/n742ef5/royalanteam.com/wp-content/themes/myhome/myhome-legacy/page_full-width.php
<?php
/**
 * Template Name: Full Width Page
 */

get_header(); ?>
    <div class="mh-layout">
		<?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();