<?php
/**
 * This is the template that displays page/post with no sidebar
 *
 * @package Catch Themes
 * @subpackage Simple_Catch
 * @since Simple Catch 2.4
 */
?>
		<div id="main" class="layout-978">
        
        	<div id="content" class="col12">
            	<?php while ( have_posts() ):the_post();
                	if( function_exists( 'simplecatch_loop') ) simplecatch_loop(); 
				?>
					<div class="row-end"></div>
					
					<?php comments_template(); ?> 
                     
                    <?php endwhile; ?>
           	
			</div><!--#content-->
            
            <div class="row-end"></div>
     
		</div><!--#main--> 