• File: page-builder-template.php
  • Full Path: /home/chassiw/www/kasuari/template/page-builder-template.php
  • File size: 425 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php get_header();
while ( have_posts() ) : the_post();
/*
Template Name: Page Builder Template
*/
?>

<!-- CONTENT WRAPPER
============================================= -->
<div id="content" class="content-wrapper clearfix">

		<div class="page-content clearfix">
			<?php the_content(); ?>
		</div><!-- page-content --> 
</div>
<!-- #content-wrapper end -->

<?php
endwhile; 
kasuari_footer_choice(); ?>