<?php

get_header();

get_template_part( 'template-parts/content', 'none' );

get_sidebar( 'single' );

?>

</div></div><!-- #content-wrapper,#content -->
<?php get_footer(); ?>

