Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/themes/pain/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/themes/pain/page-Demo.php

<?php
/*
Template Name: Demo Template
*/
?>
<?php get_header('demo'); ?>
	<div class="main-content">
		<?php while ( have_posts() ) : the_post(); ?>

			<?php the_content(); ?>
			
		<?php endwhile; // end of the loop. ?>
	</div>
<?php get_footer('demo'); ?>