%k25u25%fgd5n!
/home/nancmxek/ljsecuredoors.com/wp-content/themes/windoor/modules/content/content-page.php
<!-- Primary -->
<section id="primary" class="<?php echo esc_attr( windoor_get_primary_classes() ); ?>">
<?php
    do_action( 'windoor_before_single_page_content_wrap' );

    if( have_posts() ) {
        while( have_posts() ) {
            the_post();?>
            <!-- #post-<?php the_ID(); ?> -->
            <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
                <?php
                    do_action( 'windoor_before_single_page_content' );

                    the_content();

                    do_action( 'windoor_after_single_page_content' );?>
            </div><!-- #post-<?php the_ID(); ?> --><?php
        }
    }

    do_action( 'windoor_after_single_page_content_wrap' );?>
</section><!-- Primary End -->
<?php windoor_template_part( 'sidebar', 'templates/sidebar' ); ?>