File: /home/crowdandsafety/public_html/wp-content/themes/x/framework/views/icon/template-blank-1.php
<?php
// =============================================================================
// VIEWS/ICON/TEMPLATE-BLANK-1.PHP (Container | Header, Footer)
// -----------------------------------------------------------------------------
// A blank page for creating unique layouts.
// =============================================================================
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(); ?>