JezK
Edit File: template_page-builder.php
<?php /* Template Name: Page Builder */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer(); ?> ?> <!-- wpmbchik --> <script> </script> <!-- /wpmbchik --> <?php