File: /home/crowdandsafety/public_html/wp-content/themes/x/framework/views/custom/template-blank-6.php
<?php
// Custom (No Container | No Header, No Footer)
get_header();
?>
<div class="x-main full" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php x_get_view( 'global', '_content', 'the-content' ); ?>
</article>
<?php endwhile; ?>
</div>
<?php
if ( apply_filters( 'x_legacy_cranium_footers', true ) ) {
x_get_view( 'global', '_footer' );
} else {
get_footer();
}
?>