| Current Path : /home/chassiw/www/wp-content/themes/kasuari/ |
| Current File : /home/chassiw/www/wp-content/themes/kasuari/page.php |
<?php get_header(); ?>
<!-- CONTENT WRAPPER
============================================= -->
<div id="content" class="clearfix">
<?php while ( have_posts() ) : the_post();
get_template_part( 'inc/format/content', 'page' );
endwhile; // end of the loop. ?>
</div>
<!-- #content-wrapper end -->
<?php kasuari_footer_choice(); ?>