<?php //Template Name:Page With Left Sidebar
get_header();
$wl_theme_options = enigma_parallax_get_options(); 
if($wl_theme_options['breadcrumb']!='') { 
get_template_part('breadcrums'); }else { ?>
<style>
.row.enigma_blog_wrapper {
    margin-top: 130px;
}
</style>
<?php } ?> 
<div class="container">
	<div class="row enigma_blog_wrapper">
	<?php get_sidebar(); ?>	
	<div class="col-md-8">
	<?php get_template_part('post','page'); ?>	
	</div>	
	</div>
</div>	
<?php get_footer(); ?>