File: //home/commissionseast.org.uk/public_html-20250117120255/wp-content/themes/aqueduct/fullwidth.php
<?php
/*
Template Name: Full Width
*/
get_header();
?><br/><br/>
<div class="container">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
<?php endwhile; // end of the loop. ?>
</div>
<?php get_footer(); ?>