';
get_template_part( '/template-parts/sidebars/sidebar', $sidebar_a );
echo '';
echo '
';
get_template_part( '/template-parts/feature-slider-parts/slider', $canuck_feature_option );
echo '
';
get_template_part( '/template-parts/partials', 'page-post' );
echo '
';
} elseif ( 'both_sidebars' === $layout_option ) {
echo '
';
echo '
';
get_template_part( '/template-parts/feature-slider-parts/slider', $canuck_feature_option );
echo '
';
get_template_part( '/template-parts/partials', 'page-post' );
echo '
';
echo '
';
} elseif ( 'fullwidth' === $layout_option ) {
echo '
';
get_template_part( '/template-parts/feature-slider-parts/slider', $canuck_feature_option );
echo '
';
get_template_part( '/template-parts/partials', 'page-post' );
echo '
';
} else {
echo '
';
get_template_part( '/template-parts/feature-slider-parts/slider', $canuck_feature_option );
echo '
';
get_template_part( '/template-parts/partials', 'page-post' );
echo '
';
echo '
';
}// End if().
?>