<?php
/**
 * This is the template that displays page/post with left sidebar
 *
 * @package Catch Themes
 * @subpackage Simple_Catch
 * @since Simple Catch 1.3.2
 */
 ?>

		<div id="main" class="layout-978">
        
        	<?php get_sidebar(); ?>
            
        	<div id="content" class="col8">
                
                    <?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 --> 