File: /home/crowdandsafety/wordpress-backups/x/framework/views/integrity/template-blank-1.php
<?php
// =============================================================================
// VIEWS/INTEGRITY/TEMPLATE-BLANK-1.PHP (Container | Header, Footer)
// -----------------------------------------------------------------------------
// A blank page for creating unique layouts.
// =============================================================================
get_header();
?>
<div class="x-container max width offset">
<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">
<?php x_get_view( 'global', '_content', 'the-content' ); ?>
</div>
</article>
<?php endwhile; ?>
</div>
</div>
<?php get_footer(); ?>