- <?php if (is_front_page()) { ?>
+ <?php if (is_front_page() || is_page_template('no-sidebar-template.php')) { ?>
<div id="main-content" class="small-12 small-centered columns">
<?php } else if (!is_page_template('no-bottom-sections.php')) { ?>
<div id="main-content" class="small-12 large-8 columns" data-equalizer-watch>
<div class="row medium-uncollapse">
<?php get_template_part('parts/main-content');?>
-
- <div class="sidebar-container show-for-large-up small-12 large-4 columns small-text-center medium-text-left">
- <?php get_sidebar(); ?>
- </div>
+
+ <?php if (!is_page_template('no-sidebar-template.php')) { ?>
+ <div class="sidebar-container show-for-large-up small-12 large-4 columns small-text-center medium-text-left">
+ <?php get_sidebar(); ?>
+ </div>
+ <?php } ?>
</div>
<?php if (!is_page_template('no-bottom-sections.php')) { ?>