File: /home/undanet/www/wp-content/themes/panoramic-child/template-report.php
<?php
/**
* Template Name: Report Page
*
*/
get_header(); ?>
<?php if ( ! is_front_page() ) : ?>
<?php if ( function_exists( 'bcn_display' ) ) : ?>
<div class="breadcrumbs">
<?php bcn_display(); ?>
</div>
<?php endif; ?>
<?php endif; ?>
<div id="primary" class="content-area <?php echo esc_attr( get_theme_mod( 'panoramic-rpwe-site-content-layout', customizer_library_get_default( 'panoramic-rpwe-site-content-layout' ) ) ); ?>">
<main id="main" class="site-main" role="main">
<?php get_template_part( 'library/template-parts/page-title' ); ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'library/template-parts/content', 'page' ); ?>
<?php endwhile; // end of the loop. ?>
</main><!-- #main -->
</div><!-- #primary -->
<?php get_footer(); ?>