';
do_action( 'upstudy_before_content' );
echo '
';
echo '';
get_template_part( 'template-parts/single', 'post' );
echo '';
echo '
';
if ( 'no-sidebar' !== $single_layout ) :
get_sidebar();
endif;
do_action( 'upstudy_after_content' );
echo '';
get_footer();