File: /home/elrashedytravel/public_html/wp-content/themes/custom-functions-1767952375/single.php
<?php get_header(); ?>
<div class="content-wrapper single-post-wrapper">
<main id="main" class="site-main single-post-main">
<?php
while ( have_posts() ) : the_post();
simple_modern_set_post_views(get_the_ID());
get_template_part( 'template-parts/content', 'single' );
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>
</main><!-- #main -->
<!-- Right Sidebar TOC -->
<aside class="toc-sidebar">
<div id="table-of-contents" class="toc-container">
<div class="toc-header">
<h3 class="toc-title"></h3>
<button class="toc-toggle" aria-label="">
<span class="toc-toggle-icon">−</span>
</button>
</div>
<nav class="toc-nav">
<ol class="toc-list" id="toc-list">
</ol>
</nav>
</div>
</aside>
</div><!-- .content-wrapper -->
<?php get_footer(); ?>