--- /dev/null
+<?php
+/*
+Template Name: No Header Image Template
+*/
+
+get_header(); ?>
+<main class="page-inside">
+ <div class="feature-img">
+ </div>
+ <div id="content-wrapper">
+ <div class="row">
+ <?php
+ get_template_part('parts/bread-crumbs');
+ ?>
+ </div>
+ <div class="row">
+ <div id="main-content" class="small-12 columns">
+ <?php if(is_page(802)){ ?>
+ <iframe width='180' height='180' src='//www.bluetoad.com/flippingGen.php?i=300219&m=36331&ttype=standarddynamic&popup=true&h=hosts&lim=&remToolbars=true&roll=?' noresize='noresize' frameborder='0' border='0' cellspacing='0' scrolling='no' marginwidth='0' marginheight='0' allowtransparency='yes'></iframe>
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no results found.');?></p>
+ <?php endif;?>
+ </div>
+ </div>
+<?php get_footer(); ?>