File: /home/crowdandsafety/public_html/wp-content/themes/x/framework/views/icon/template-blank-7.php
<?php
// =============================================================================
// VIEWS/ICON/TEMPLATE-BLANK-7.PHP (Container | No Header, Footer)
// -----------------------------------------------------------------------------
// A blank page for creating unique layouts.
// =============================================================================
if ( apply_filters( 'x_legacy_cranium_headers', true ) ) {
x_get_view( 'global', '_header' );
} else {
get_header();
}
?>
<div class="x-main full" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-wrap">
<div class="x-container max width">
<?php x_get_view( 'global', '_content', 'the-content' ); ?>
</div>
</div>
</article>
<?php endwhile; ?>
</div>
<?php x_get_view( 'icon', '_template-blank-sidebar' ); ?>
<?php get_footer(); ?>