HOME


Mini Shell 1.0
DIR: /var/www/2of3/wp-content/themes/page_template_1747135770/
Upload File :
Current File : /var/www/2of3/wp-content/themes/page_template_1747135770/index.php
<?php
get_header();
if ( have_posts() ) : while ( have_posts() ) : the_post();
get_template_part( 'entry' );
comments_template();
endwhile; endif;
get_template_part( 'nav', 'below' );
get_footer();