?iť?

Your IP : 18.217.0.59


Current Path : /home/scgforma/www/wp-content/themes/graphene/
Upload File :
Current File : /home/scgforma/www/wp-content/themes/graphene/page.php

<?php
/**
 * The Template for displaying all single pages.
 */

get_header(); ?>

	<?php
    /* Run the loop to output the pages.
	 * If you want to overload this in a child theme then include a file
	 * called loop-page.php and that will be used instead.
	*/
	the_post();
    get_template_part( 'loop', 'page' );
    ?>
            
<?php get_footer(); ?>