| Current Path : /home/xiedrke/entrepot/wp-content/plugins/thim-core/templates/layout-builder/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/thim-core/templates/layout-builder/preview.php |
<?php
get_header();
?>
<div class="home-content home-page container" role="main">
<?php
while ( have_posts() ) :
the_post();
the_content();
endwhile;
?>
</div><!-- #main-content -->
<?php
get_footer();