#php get_template_part( 'global-templates/left-sidebar-check' ); ?>
/* php
while ( have_posts() ) {
the_post();
get_template_part( 'loop-templates/content', 'single' );
understrap_post_nav();
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) {
comments_template();
}
} */
?>
#php get_template_part( 'global-templates/right-sidebar-check' ); ?>