--- /dev/null
+<?php get_header(); ?>
+<main class="page-inside">
+ <div id="content-wrapper">
+ <div class="row">
+ <div id="main-content" class="small-12 columns">
+ <?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;?>
+ <?php echo do_shortcode('[contact-form-7 id="48" title="Contact form 1"]');?>
+ </div>
+<!--
+ <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
+ <?php //get_sidebar(); ?>
+ </div>
+-->
+ </div>
+ </div>
+<?php get_footer(); ?>
+++ /dev/null
-<?php get_header(); ?>
-<main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <div id="main-content" class="small-12 columns">
- <?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;?>
- <?php echo do_shortcode('[contact-form-7 id="48" title="Contact form 1"]');?>
- </div>
-<!--
- <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
- <?php //get_sidebar(); ?>
- </div>
--->
- </div>
- </div>
-<?php get_footer(); ?>