File: /home/modernpainters.co.uk/public_html/wp-content/themes/honeypress/template-fullwidth.php
<?php
/**
* Template Name: Full Width Page
*
* @package Honeypress
*/
get_header();?>
<section class="section-module services">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<?php
while ( have_posts()):
the_post();
get_template_part('template-parts/content','page');
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile;
?>
</div>
</div>
</div>
</section>
<?php get_footer();?>